import * as i0 from '@angular/core'; import { OnChanges, TemplateRef } from '@angular/core'; import * as i1 from '@angular/common'; import * as i2 from 'ng-zorro-antd/card'; import * as i3 from 'ng-zorro-antd/spin'; import * as i4 from 'ng-zorro-antd/core/outlet'; declare class G2CardComponent implements OnChanges { private readonly cdr; /** 是否显示边框 */ bordered: boolean; avatar?: string | TemplateRef | null; title?: string | TemplateRef | null; action?: string | TemplateRef | null; total: string; _height: string; _orgHeight: number | string; set contentHeight(value: number | string); footer?: string | TemplateRef | null; /** 是否显示Loading */ loading: boolean; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_bordered: unknown; static ngAcceptInputType_loading: unknown; } declare class G2CardModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { G2CardComponent, G2CardModule };