import { AbstractControl } from '@angular/forms'; import { OnInit, ElementRef, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FieldErrorMessageComponent implements OnInit { private _renderer; private _elementRef; customMessage?: string; control?: AbstractControl | null; label?: string; constructor(_renderer: Renderer2, _elementRef: ElementRef); get errorMessage(): string | null; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }