import { I18nService } from 'systelab-translate';
import * as i0 from "@angular/core";
export declare class TranslationHelper {
    i18nService: I18nService;
    constructor(i18nService: I18nService);
    getLanguageFromLocale(locale: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<TranslationHelper, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TranslationHelper>;
}
