import { TranslateService } from "@ngx-translate/core"; import * as i0 from "@angular/core"; export declare class LocaleService { translate: TranslateService; currentLocale: string; private showModalSource; showModal$: import("rxjs").Observable; constructor(translate: TranslateService); modal(): void; /** * Reload the app to another language. * * Navigation is required because of the way angular localizes: locales are * completely different compilation bundles, in separate directories, hence * you need to reload. * * @param lang */ change(lang: string): void; getLocale(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }