import { TemplateRef } from '@angular/core'; import { ECardType } from './typing'; export declare class MFunctionalCardComponent { mBgUrl: string; mName: string; mDescription: string; mBgTitle: string; mBgIntro: string; mIcon: ECardType | TemplateRef; get isTemplateRef(): boolean; get type(): ECardType; }