export declare const isMobile: boolean; export declare const isPitcherWkWebView: boolean; export declare const isIosDevice: boolean; export declare const isSafariOnIosDevice: boolean; export declare const isPitcherOrIosDevice: boolean; export declare const isTouchScreen: boolean; export declare const isMac: boolean; export declare const isWindows: boolean; export declare const isSafari: boolean; export declare const isFirefox: boolean;