export declare function toFullScreen(): void; export declare function exitFullScreen(): void; export declare function exitFullscreen(parent: any): void; export declare function fullScreen(ele?: HTMLElement): void; export declare function getFullScreenElement(): any; export declare function isFullScreen(): boolean; export declare function isFullScreenEnabled(): any; //# sourceMappingURL=fullScreen.d.ts.map