import { AfterViewInit, ElementRef } from '@angular/core'; import type { ICellEditorAngularComp } from 'ag-grid-angular'; import type { ICellEditorParams } from 'ag-grid-community'; import * as i0 from "@angular/core"; export declare class CellEditTextareaComponent implements ICellEditorAngularComp, AfterViewInit { textareaRef: ElementRef; params: any; value: any; textareaStyle: Record; textareaClass: string; placeholder: string; agInit(params: ICellEditorParams): void; getValue(): any; ngAfterViewInit(): void; syncRowHeight(): void; onKeyDown(event: KeyboardEvent): void; private setEditorSize; private getRowTextareaContentHeight; private getGridComponent; private normalizePlaceholder; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }