import type { RefObject } from "react";
export declare function useOnScreen<T extends HTMLElement>(options?: IntersectionObserverInit): [RefObject<T | null>, boolean];
