import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class DatePickerComponent implements ControlValueAccessor { placeholder: string | null; minDate: Date; maxDate: Date; value: Date | any | null; disabled: boolean; touched: boolean; onChange: any; onTouched: any; writeValue(value: Date | null): void; modelChanged(event: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }