/** * *@since 2.0 *@author zhiguo *@Date 2018/2/6 10:13 */ export declare class BrowserInfo { browser: string; version: string; os: string; osVersion: string; supportWebgl: boolean; devicePixelRatio: number; screenResolution: string; windowSize: string; isMobile: boolean; isQQ: boolean; isWechat: boolean; isHuohuaPlayer: boolean; isHuohuaApp: boolean; isElectron: boolean; userAgent: string; orientation: string; isIphone: boolean; isIpad: boolean; isPc: boolean; isSmallDevice: boolean; print(): void; }