import * as i0 from "@angular/core";
export declare class VdkSimpleTranslateService {
    private language;
    private translations;
    constructor();
    loadTranslationsForComponent(componentKey: string, translationsToAdd: any): void;
    setLanguage(language: string): void;
    getLanguage(): string;
    translate(key: any, ...args: any[]): string;
    private format;
    static ɵfac: i0.ɵɵFactoryDeclaration<VdkSimpleTranslateService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<VdkSimpleTranslateService>;
}
