export declare class FormControlError extends Error { constructor(formControlName: string, message: string); }