import { FormControl } from '@angular/forms'; import { ErrorStateMatcher } from '@angular/material/core'; export declare class ControlErrorStateMatcher implements ErrorStateMatcher { isErrorState(control: FormControl | null): boolean; }