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