import { LocalizationService } from '@abp/ng.core';
import { TranslateService } from '@volo/ngx-lepton-x.core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class AbpTranslateService implements TranslateService {
    private localization;
    private translateKeys;
    constructor(localization: LocalizationService, translateKeys: Array<any>);
    get(key: string, defaultValue: string | undefined): string;
    get$(key: string, defaultValue: string | undefined): Observable<string>;
    private getKey;
    static ɵfac: i0.ɵɵFactoryDeclaration<AbpTranslateService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AbpTranslateService>;
}
