export declare const isTouchDevice: () => boolean; export declare const isMobileDevice: () => boolean; export declare const isWindows: () => boolean;