import { InputFormControl } from './input-form-control'; export declare class DatePickerFormControl extends InputFormControl { getValue(): string; setValue(value: string | Date): void; getInputType(): string; }