import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class NoopTranslationService { defaultLang: string; userLang: string; customLoader: any; translate: any; addTranslationFolder(): void; onTranslationChanged(): void; use(): any; loadTranslation(): void; get(key: string | Array): Observable; getLocale(): any; instant(key: string | Array): string | any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export declare class NoopTranslateModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }