import { OnInit } from "@angular/core"; import { NgbDate } from "@ng-bootstrap/ng-bootstrap"; import { CustomDateParserFormatter } from "./services/custom-date-formatter.service"; import * as i0 from "@angular/core"; export declare class CustomNgbDatepickerFormControlComponent implements OnInit { private customDateParserFormatter; placeholder: string; minDate: NgbDate; maxDate: NgbDate; format: string; model: NgbDate | null; formattedValue: string; private onChange; private onTouched; constructor(customDateParserFormatter: CustomDateParserFormatter); ngOnInit(): void; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onDateSelect(date: NgbDate): void; convertDateToSpecificFormat(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }