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