import { OnInit, OnDestroy } from '@angular/core'; import { AbstractControl } from '@angular/forms'; export declare class FormControlErrorComponent implements OnInit, OnDestroy { formModel: AbstractControl; message: string; private destroyed; constructor(); ngOnInit(): void; ngOnDestroy(): void; }