import type { RefObject } from "react";
export declare function useIntersectionObserver(options?: IntersectionObserverInit, enabled?: boolean): [RefObject<Element | null>, boolean, IntersectionObserverEntry?];
