import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { IComment } from '../../comment'; export declare class CommentsComponent implements OnInit { data: Observable; constructor(); ngOnInit(): void; }