import { GenericCellEditorProps } from '../GridCell';
import { GridFormTextAreaProps } from '../gridForm/GridFormTextArea';
import { GenericCellColDef } from '../gridRender/GridRenderGenericCell';
import { ColDefT, GridBaseRow } from '../types';
export declare const GridPopoverTextArea: <TData extends GridBaseRow, TValue = any>(colDef: GenericCellColDef<TData, TValue>, params: GenericCellEditorProps<GridFormTextAreaProps<TData>>) => ColDefT<TData, TValue>;
