import { MutableRefObject } from 'react'; export declare const useIsInViewport: ({ enabled, offset, scroller, targetRef, }: { enabled?: boolean | undefined; offset?: string | undefined; scroller?: string | Document | HTMLElement | undefined; targetRef: MutableRefObject; }) => { isInViewport: boolean; };