import { CommentService } from './comment.service'; export declare class CommentComponent { private commentService; config: any; constructor(commentService: CommentService); ngOnInit(): void; }