import { LfI18n } from '@lightweightform/core'; import { BsLocaleService } from 'ngx-bootstrap/datepicker'; import * as i0 from "@angular/core"; /** * Automatically change `ngx-bootstrap` locale based on current language. */ export declare class BsLocaleChanger { private bsLocaleService; private lfI18n; constructor(bsLocaleService: BsLocaleService, lfI18n: LfI18n); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }