import { EventEmitter } from '@angular/core'; import { AbstractControl, FormControl } from '@angular/forms'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { TextAreaComponent } from '@progress/kendo-angular-inputs'; import * as i0 from "@angular/core"; export declare class TextareaComponent { private themesService; textarea: TextAreaComponent | undefined; placeholder: string; resizable: 'vertical' | 'horizontal' | 'both' | 'none'; readonly: boolean; disabled: boolean; rows: number; cols: number; width: string; value: string; showError: boolean; errorMessage: string; control: AbstractControl | FormControl; set focus(value: any); private _focus; fillMode: "solid" | "flat" | "outline" | "none"; size: "small" | "medium" | "large" | "none"; rounded: "small" | "medium" | "large" | "full" | "none"; inputChange: EventEmitter; emitOnBlur: EventEmitter; emitOnFocus: EventEmitter; constructor(themesService: ThemesService); emitValueChange(ev: string): void; onBlur(): void; onFocus(): void; customCss(): "custom-fillMode" | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_readonly: boolean | string; static ngAcceptInputType_disabled: boolean | string; static ngAcceptInputType_rows: number | string | undefined; static ngAcceptInputType_cols: number | string | undefined; static ngAcceptInputType_showError: boolean | string; }