export declare const useWindowFullscreen: () => { isFullscreen: import("vue").Ref; exit: () => Promise; enter: () => Promise; toggle: () => Promise; isSupported: import("vue").Ref; };