export declare const useIntersectionObserver: (targetRef: React.RefObject, options?: IntersectionObserverInit) => [boolean, IntersectionObserver | null];