import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; export declare class FormValidationMessageComponent implements OnInit { fieldObj: any; form: FormGroup; constructor(); ngOnInit(): void; }