import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextAreaComponent implements OnInit { placeholder: string; data: string; label: string; minRows: number; maxRows: number; required: boolean; error: string; maxCharacterCount: number; styles: { [key: string]: string; }; modelChange: EventEmitter; constructor(); ngOnInit(): void; ngModelChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }