import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; type LabelType = 'on' | 'in' | 'over'; export declare class TextAreaComponent { label: string; labelType: LabelType; placeholder: string; helpText: string; disabled: boolean; required: boolean; rows: number; cols: number; autoResize: boolean; height: string; width: string; labelColor: string; labelFocusColor: string; borderColor: string; borderHoverColor: string; borderFocusColor: string; textColor: string; tooltip: string; tooltipPosition: 'top' | 'bottom' | 'left' | 'right'; tooltipEvent: 'hover' | 'focus'; value: string; valueChange: EventEmitter; get styleHeight(): string; get styleWidth(): string; onValueChange(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};