import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates, NzFormlyFieldConfig } from '@xmagic/nz-formly/common'; import { TimePickerOptions } from './formly.type'; import * as i0 from "@angular/core"; export declare class FormlyFieldTimePickerComponent extends FieldType> { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: { nzAllowEmpty: boolean; nzFormat: string; nzHourStep: number; nzMinuteStep: number; nzSecondStep: number; nzShowToday: boolean; nzShowNow: boolean; nzInputReadOnly: boolean; }; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzSuffixIcon(): import("@angular/core").TemplateRef | undefined; get nzAddOn(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }