/// export declare function useFullscreen(ref: React.RefObject): { isFullscreen: boolean; enter: () => void; exit: () => void; };