import { ConfigStateService } from '@abp/ng.core'; import { NgbDateParserFormatter, NgbDateStruct } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class DateParserFormatter extends NgbDateParserFormatter { private configState; private locale; constructor(configState: ConfigStateService, locale: string); parse(value: string): NgbDateStruct | null; format(date: NgbDateStruct): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }