import { RefObject } from "react"; export declare const useInView: (ref: RefObject, options?: IntersectionObserverInit) => boolean;