import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates } from '@xmagic/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldDatePickerComponent extends FieldType { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: { nzAllowClear: boolean; nzDisabled: boolean; nzPopupStyle: {}; nzShowToday: boolean; nzShowNow: boolean; nzInputReadOnly: boolean; nzSuffixIcon: string; }; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzRenderExtraFooter(): import("@angular/core").TemplateRef | undefined; get nzDateRender(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }