import * as React from "react"; export declare const useIntersect: ({ root, rootMargin, threshold }: { root: Element | null; rootMargin?: string | undefined; threshold?: number | number[] | undefined; }) => [ React.MutableRefObject, IntersectionObserverEntry | undefined ];