import { AfterViewInit } from '@angular/core'; import { ControlContainer, ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class FormErrorComponent implements ControlValueAccessor, AfterViewInit { private controlContainer; theError: string; errors: any; _errors: any[]; private control; formControlName: string; constructor(controlContainer: ControlContainer); ngAfterViewInit(): void; buildErrors(): void; writeValue(obj: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }