import { AbstractControl, FormControl } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class UofxFormErrorTipComponent { control: FormControl | AbstractControl; requiredText: string; fileRequiredText: string; duplicateText: string; notExistsText: string; formatIncorrectText: string; /** * errors: { * maxlength: { * requiredLength: 50 * } * } */ maxLengthText: string; minLengthText: string; onlyDigitsAndLettersText: string; /** * errors: { * notEqual: { * } * } */ notEqualText: string; private event; onChange(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }