import * as i0 from '@angular/core'; import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { TextareaConfig } from 'mayvio-ui/textarea'; declare class TextareaComponent implements ControlValueAccessor, TextareaConfig { error: boolean; disabled: boolean; autoResize: boolean; placeholder: string; className: string; textareaRef: ElementRef; value: string; onChange: (val: string) => void; onTouched: () => void; onInput(event: Event): void; handleAutoResize(): 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; } export { TextareaComponent };