import { ValidationErrors } from '@angular/forms'; import { ComponentSize } from '../../model/components/component-size.type'; import * as i0 from "@angular/core"; export declare class FormErrorComponent { errors: ValidationErrors; size: ComponentSize; hasErrors: boolean; fullSize: boolean; helper: string; errorMessages: { [key: string]: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }