export declare function useIsVisible({ ref, showOneTime }: {
    ref: React.RefObject<HTMLElement>;
    showOneTime?: boolean;
}): boolean;
