export declare const requestFullScreen: (el: HTMLElement) => void; export declare const exitFullSreen: () => void; export declare const isFullScreenEnabled: () => boolean; export declare const isFullScreenSupported: () => any;