declare const system: { isTablet: boolean; isPhone: boolean; isAndroid: boolean; isPc: boolean; }; export default system;