import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates, NzFormlyFieldConfig } from '@xmagic/nz-formly/common'; import { UploadOptions } from './formly.type'; import * as i0 from "@angular/core"; export declare class FormlyFieldUploadComponent extends FieldType> { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: UploadOptions; }; constructor(fieldTemplates: FormlyBoxTemplates); get uploadButton(): import("@angular/core").TemplateRef | undefined; get nzIconRender(): import("@angular/core").TemplateRef | undefined; get nzFileListRender(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }