import { FormGroup, FormControl } from '@angular/forms'; import { ValidationService } from '../../services/validation.service'; export declare class ControlMessageComponent { private readonly service; block: boolean; control: FormControl | null; submitted: boolean; group: FormGroup; name: string; constructor(service: ValidationService); readonly errorMessage: any; }