import { FieldType } from '@ngx-formly/core'; import { FormlyBoxTemplates, NzFormlyFieldConfig } from '@xmagic/nz-formly/common'; import { CardOptions } from './formly.type'; import * as i0 from "@angular/core"; export declare class FormlyFieldCardComponent extends FieldType> { fieldTemplates: FormlyBoxTemplates; defaultOptions: { props: CardOptions; }; constructor(fieldTemplates: FormlyBoxTemplates); get nzTitle(): import("@angular/core").TemplateRef | undefined; get nzCover(): import("@angular/core").TemplateRef | undefined; get nzExtra(): import("@angular/core").TemplateRef | undefined; get nzActions(): import("@angular/core").TemplateRef[]; get nzContent(): import("@angular/core").TemplateRef | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }