import { ControlValueAccessor, FormControl } from "@angular/forms"; import { ElementRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class CowingTextareaComponent implements ControlValueAccessor { onClick(event: any): void; value: string; rows: number; maxLength: number; textareaStyle: string; label: string; placeholder: string; required: boolean; isForm: boolean; control: FormControl; textarea: ElementRef; keyboard: any; toggledShowPassword: boolean; valid: boolean; checked: boolean; msg: string; status: string; private internalTextareaChange; constructor(); writeValue(value: any): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; onKeyPress(button: any): void; validateFormat(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }