export default class langHelper {
    private static locale;
    private static reference;
    static setLocale(lang: string): void;
    static setReference(ref: LangRef[]): void;
    static getBrowserLocales(options?: {}): string[];
    static getPageLang(options?: {}): string;
    static localTransation(stringId: string, defaultString: string): string;
}
//# sourceMappingURL=langHelper.d.ts.map