import { InputBaseProps } from '@material-ui/core/InputBase'; import { GridCellParams } from '../../models/params/gridCellParams'; export declare function GridEditInputCell(props: GridCellParams & InputBaseProps): JSX.Element; export declare const renderEditInputCell: (params: any) => JSX.Element;