import { ValidatorFn } from '@angular/forms'; import { InputType } from '../../../szorba-types'; import { MinMaxLengthFormInterface } from '../../../validators/utils/min-max-length-validator.util'; import { SzHtmlFormInputComponent } from '../sz-html-form-input/sz-html-form-input.component'; import * as i0 from "@angular/core"; export declare class SzHtmlFormInputTextComponent extends SzHtmlFormInputComponent implements MinMaxLengthFormInterface { type: InputType; minLengthValidator: number; maxLengthValidator: number; classSzHtmlFormInputText: boolean; protected _value: string; get value(): string; set value(val: string); protected getAndSetupAllValidatorFns(): ValidatorFn[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }