/// export declare function useIntersectionObserver(targetRef: React.RefObject, callback: (entry: IntersectionObserverEntry) => void, options?: IntersectionObserverInit): () => void;