import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class AvTextareaComponent implements ControlValueAccessor { errorMessage: import("@angular/core").InputSignal; helpText: string; label: string; placeholder: string; disabled: boolean; floatLabel: 'over' | 'in' | 'on' | null; iftaLabel: boolean; invalid: boolean; autoResize: boolean; size: 'small' | 'normal' | 'large'; value: import("@angular/core").ModelSignal; get validatedSize(): 'small' | 'large' | null; writeValue(value: string): void; registerOnChange(fn: typeof this.onChange): void; registerOnTouched(fn: typeof this.onTouched): void; onChange: (value: string) => void; onTouched: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=av-textarea.component.d.ts.map