import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates } from '@xmagic/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldCascaderComponent extends FieldType { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: { nzPlaceHolder: string; nzExpandTrigger: string; nzTriggerAction: string; nzAllowClear: boolean; nzLabelProperty: string; nzValueProperty: string; nzShowArrow: boolean; nzShowInput: boolean; nzSize: string; }; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzNotFoundContent(): import("@angular/core").TemplateRef | undefined; get nzExpandIcon(): import("@angular/core").TemplateRef | undefined; get nzLabelRender(): import("@angular/core").TemplateRef | undefined; get nzOptionRender(): import("@angular/core").TemplateRef | undefined; get nzSuffixIcon(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }