import * as i0 from "@angular/core"; export declare class UiComponentsConfig { getTranslations: () => Promise<{ translations: Translations; language: string; }>; } export declare class Translations { [language: string]: Object; } export declare class UiComponentsService { private _translations; private _language; constructor(config?: UiComponentsConfig); get translations(): Translations; get language(): string; translate(label: any): any; private getTranslatedKey; private replaceTags; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }