import { RefObject } from 'react'; export declare const useIsElementInViewport: (ref: RefObject, callback: (inView: boolean) => void) => void; //# sourceMappingURL=useIsElementInViewport.d.ts.map