export declare function useIntersection(options?: ConstructorParameters[1]): { ref: (element: T | null) => void; entry: IntersectionObserverEntry; }; //# sourceMappingURL=use-intersection.d.ts.map