import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FieldControlErrorComponent implements OnInit { private renderer; private elementRef; showError?: boolean; errorMessage?: string; constructor(renderer: Renderer2, elementRef: ElementRef); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }