import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextareaComponent { text: string; maxHeight: number | string; height: number | string; prescriptionText: string; limit: number; textChange: EventEmitter; isFocused: boolean; focused(focused: boolean): void; get maxHeightStyle(): string; get heightStyle(): string; private getStyleValue; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }