import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class TextareaComponent implements ControlValueAccessor { label?: string; placeholder?: string; error?: string; enabled: boolean; type: string; disabled: boolean; value: string; onTouched: () => void; onChange: (value: any) => void; onInput(event: Event): void; writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }