import * as i0 from "@angular/core"; export declare class InputboxTextComponent { control: any; label: string; placeholder: string; id: string; type: string; required: boolean; pattern?: any; minLength?: number; maxLength?: number; disabled: boolean; applyCustomStyle: boolean; patternErrorMessage: string; requiredErrorMessage: string; minLengthErrorMessage: string; maxLengthErrorMessage: string; value: string; onChange: (value: string) => void; onTouched: () => void; ngOnInit(): void; writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; sanitizeInput(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }