import { EventEmitter, OnInit } from "@angular/core"; import * as i0 from "@angular/core"; export declare class TextareaComponent implements OnInit { input: string; value: string; rows: number; placeholder: string; isValid: boolean | undefined; readonly: boolean; valueChange: EventEmitter; onEnterPressed: EventEmitter; onInputBlur: EventEmitter; onInputTab: EventEmitter; id: string; constructor(); ngOnInit(): void; inputChanged(): void; enterPressed(): void; inputBlurred(): void; tabPressed(event: KeyboardEvent): void; changeInputValueFromOutside(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }