import React from 'react'; import { GridRenderCellParams } from '@mui/x-data-grid'; export interface GridGenericInputProps extends GridRenderCellParams { error?: boolean; helperText?: string; } export default function GridGenericInput(props: GridGenericInputProps): React.JSX.Element; //# sourceMappingURL=GridGenericInput.d.ts.map