import { TemplateRef } from '@angular/core'; export declare class ChartCardComponent { /** 是否显示边框 */ bordered: any; private _bordered; _avatar: string; _avatarTpl: TemplateRef; avatar: string | TemplateRef; _title: string; _titleTpl: TemplateRef; title: string | TemplateRef; _action: string; _actionTpl: TemplateRef; action: string | TemplateRef; total: string; _height: string; _orgHeight: any; contentHeight: number | string; _footer: string; _footerTpl: TemplateRef; footer: string | TemplateRef; /** 是否显示Loading */ loading: any; private _loading; }