import { TemplateRef } from '@angular/core'; export declare class NzListItemMetaComponent { isAvatar: boolean; avatarStr: string; avatarTpl: TemplateRef; nzAvatar: string | TemplateRef; isTitle: boolean; titleStr: string; titleTpl: TemplateRef; nzTitle: string | TemplateRef; isDesc: boolean; descStr: string; descTpl: TemplateRef; nzDescription: string | TemplateRef; }