import * as i0 from "@angular/core"; export declare class InputAreaTextComponent { appearance: 'filled' | 'outline' | 'translucent'; label: boolean; textLabel: string; optional: boolean; textTooltip: string; sizeTooltip: 'small' | 'medium' | 'large'; arrowheadTooltip: 'end' | 'middle' | 'start'; placeholder: string; tooltip: boolean; helperText: boolean | undefined; textHelper: string; alert: boolean | undefined; value: string; disabled: boolean; skeleton: boolean; inputValue: string; passwordVisible: boolean; lengthcharacters: number; private onChange; private onTouched; writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onInput(value: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }