import * as i0 from "@angular/core"; export declare class TextareaMediumComponent { dynamicLabel: string; pattern: string; required: boolean; control: any; id: string; minLength?: number; maxLength?: number; patternErrorMessage: string; requiredErrorMessage: string; minLengthErrorMessage: string; maxLengthErrorMessage: string; disabled: boolean; value: string; onChange: (value: string) => void; onTouched: () => void; ngOnInit(): void; writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; sanitizeInput(value: string): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }