import { TemplateRef } from '@angular/core'; export declare class PzCardComponent { nzTitle: string | TemplateRef; nzExtra: string | TemplateRef; }