import { FormControl } from '@angular/forms'; export declare class ValidationError { control: FormControl; controlKey: string; errorKey: string; get error(): any; }