/// export declare const getObserver: (root: HTMLDivElement | null | undefined, ref: import("react").MutableRefObject, callback: (entries: IntersectionObserverEntry[]) => void, threshold: number) => IntersectionObserver;