import { LeadComment } from './lead-comment.model'; export declare class LeadCommentCollection { comments: LeadComment[]; count: number; total: number; }