import { FieldType } from '@ngx-formly/core'; import { NzTreeNode } from 'ng-zorro-antd/tree'; import { FormlyBoxTemplates } from '@xmagic/nz-formly/common'; import * as i0 from "@angular/core"; export declare class FormlyFieldTreeSelectComponent extends FieldType { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: { nzDisplayWith: (node: NzTreeNode) => string; options: never[]; nzVirtualItemSize: number; nzVirtualMaxBufferPx: number; nzVirtualMinBufferPx: number; nzDropdownStyle: { 'max-height': string; }; defaultValue: never[]; }; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzExpandedIcon(): import("@angular/core").TemplateRef | undefined; get nzMaxTagPlaceholder(): import("@angular/core").TemplateRef | undefined; get nzTreeTemplate(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }