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