import { InputComponent } from './template-form'; export declare class DatePickerComponent extends InputComponent { style: any; utc: boolean; timeOnly: boolean; inline: boolean; dateFormat: string; hourFormat: string; showTime: boolean; showSeconds: boolean; selectionMode: string; yearRange: string; value: Date | Date[]; placeholder: string; locale: string; localeSettings: { firstDayOfWeek: number; dayNames: string[]; dayNamesShort: string[]; dayNamesMin: string[]; monthNames: string[]; monthNamesShort: string[]; today: string; clear: string; }; writeValue(value: any): void; calendar: any; ngAfterContentInit(): void; } export declare class DatePickerModule { }