/** * Created by ztt on 2019/10/20. */ export declare class CommonUtils { static isIos(): boolean; static isPC(): boolean; static browserType(): "Edge" | "Chrome" | "Opera" | "Safari" | "IE7" | "IE8" | "IE9" | "IE10" | "IE7以下" | "IE11" | "FF" | undefined; static getRandomColor(): string; static uuid(): string; } //# sourceMappingURL=common.utils.d.ts.map