import { QueryList, TemplateRef } from '@angular/core'; import { NzCommentActionComponent as CommentAction } from './nz-comment-cells'; export declare class NzCommentComponent { nzAuthor: string | TemplateRef; nzDatetime: string | TemplateRef; actions: QueryList; constructor(); }