export declare function useIntersectionObserver(callback: IntersectionObserverCallback, options?: IntersectionObserverInit): (el: T | null | undefined) => void;