import React from 'react'; import { GridRenderEditCellParams } from '@mui/x-data-grid'; export default function GridPatternInput({ id, value, field, patternFormat, error, helperText, hasFocus, colDef, }: GridRenderEditCellParams & { patternFormat?: string; helperText?: string; }): React.JSX.Element; //# sourceMappingURL=GridPatternInput.d.ts.map