import { SelectProps } from '@material-ui/core/Select'; import { GridCellParams } from '../../models/params/gridCellParams'; export declare function GridEditSingleSelectCell(props: GridCellParams & SelectProps): JSX.Element; export declare const renderEditSingleSelectCell: (params: any) => JSX.Element;