export declare class Browser {
    static isFacebook(): boolean;
    static isInstagram(): boolean;
    static isSupportPopUp(): boolean;
    static getLanguage(): string;
    static getTimezoneOffset(): number;
    static getBrowserName(): string;
    static isJavaEnabled(): boolean;
    static getColorDepth(): number;
    static getScreenHeight(): number;
    static getScreenWidth(): number;
    static getBrowserInfo(): {
        name: string;
        version: string;
    };
}
//# sourceMappingURL=browser.d.ts.map