import { AbstractControl } from "@angular/forms"; export declare function isInErrorState(control: AbstractControl): boolean;