export declare function getNavigatorData(): { platform: string; maxTouchPoints: number; }; export declare function isWebKit(): boolean; export declare function isIOS(): boolean; export declare function isFirefox(): boolean;