import { AbstractControl } from '@angular/forms'; import { FormComponentSuperclass } from '../form-component-superclass'; import * as i0 from "@angular/core"; type OuterType = string | undefined; export declare class OneInputComponent extends FormComponentSuperclass { validate(control: AbstractControl): { minlength: number; } | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};