import { FormControl } from '@angular/forms'; import { Mask } from './models/mask'; import * as i0 from "@angular/core"; export declare class TextAreaComponent { placeholderText: string; type: string; label: string; minlength?: number; maxlength?: number; rows?: number; cols?: number; autosize: boolean; resize: 'none' | 'both' | 'horizontal' | 'vertical' | 'auto'; control: FormControl | any; mask?: Mask | any; messageErrorCustom: string; descriptionTooltip: string; readonly infoCircle: import("lucide-angular").LucideIconData; isControlRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }