export declare function platform(): { isTablet: boolean; isPhone: boolean; isAndroid: boolean; isPc: boolean; isChrome: boolean; isIOS: boolean; };