/// <reference types="react" />
export declare const useElementOnScreen: (options: IntersectionObserverInit) => readonly [import("react").RefObject<HTMLElement>, boolean];
