import { ModuleWithProviders } from '@angular/core'; import { TranslocoService } from '@jsverse/transloco'; import { ExternalDynamicTranslocoService } from './services'; import { I18nModuleConfig } from './types'; import * as i0 from "@angular/core"; import * as i1 from "@koobiq/components/core"; import * as i2 from "@koobiq/angular-luxon-adapter/adapter"; import * as i3 from "@jsverse/transloco"; /** * Модуль для инициализации transloco. Содержит все нужные провайдеры. Умеет складывать переводы в бандл. */ export declare class IcI18nModule { private externalDynamicTranslocoService; private locale; constructor(externalDynamicTranslocoService: ExternalDynamicTranslocoService, locale: string, config: I18nModuleConfig | null, translocoService: TranslocoService | null, parentModule?: IcI18nModule); static forRoot(config?: I18nModuleConfig): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }