export default function useElementInViewport(elementRef: import('react').MutableRefObject | HTMLElement, { root, rootMargin, threshold }: { root?: import('react').MutableRefObject | HTMLElement; rootMargin?: string; threshold?: number; }): boolean;