export declare function isMobile(): boolean; export declare function isIos(): boolean; export declare function isIpad(): boolean; export declare function isAndroid(): boolean; export declare function entryFullScreen(ele: Document | Window | HTMLElement | any): void; export declare function exitFullscreen(ele?: Document | Window | HTMLElement | any): void;