export declare class Browser {
    static IS_EXPLORER: () => any;
    static IS_FIREFOX: () => any;
    static IS_OPERA: () => any;
    protected static UAHasChrome: () => any;
    protected static UAHasSafari: () => any;
    static IS_SAFARI: () => any;
    static IS_CHROME: () => any;
}
