export declare const useIntersectionObserver: (ref: React.RefObject, options?: IntersectionObserverInit) => IntersectionObserverEntry | undefined;