import { QueryList, TemplateRef } from '@angular/core'; import { NzListItemMetaComponent } from './nz-list-item-meta.component'; export declare class NzListItemComponent { nzActions: Array>; metas: QueryList; isCon: boolean; conStr: string; conTpl: TemplateRef; nzContent: string | TemplateRef; nzExtra: TemplateRef; }