import { RefObject } from "react"; export declare function useElementVisibility(ref: RefObject): { show: () => void; hide: () => void; };