import { RefObject } from 'react'; declare const useIntersection: (ref: RefObject, options: IntersectionObserverInit) => IntersectionObserverEntry | null; export default useIntersection;