import { ErrorStateMatcher } from '@angular/material/core'; import { UntypedFormControl, FormGroupDirective, NgForm } from '@angular/forms'; export declare class AnnotationCardErrorStateMatcher implements ErrorStateMatcher { isErrorState(control: UntypedFormControl | null, _form: FormGroupDirective | NgForm | null): boolean; }