import { OnInit } from '@angular/core'; import { FormControl, FormGroup } from '@angular/forms'; export declare class CommentComponent implements OnInit { form: FormGroup; message: FormControl; constructor(); ngOnInit(): void; }