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