export declare class TimepickConfig { allowClear: boolean; time: Date; nzDefaultOpenValue: Date; nzAllowEmpty: boolean; nzDisabled: boolean; nzPlaceHolder: string; nzHourStep: number; nzMinuteStep: number; nzSecondStep: number; nzDisabledHours: any[]; nzDisabledMinutes: any[]; nzDisabledSeconds: any[]; nzSize: string; nzFormat: string; constructor(); }