import { RefObject } from 'react';
export declare const useIsVisible: (ref: RefObject<HTMLElement>) => boolean;
