import { MutableRefObject } from 'react'; export declare const useInView: (item: MutableRefObject, { root, rootMargin, threshold }: Partial) => boolean;