import React from 'react'; import { GridRenderEditCellParams } from '@mui/x-data-grid'; export default function GridDateTimeInput(props: GridRenderEditCellParams & { helperText?: string; }): React.JSX.Element; //# sourceMappingURL=GridDateTimeInput.d.ts.map