import React from 'react'; import { GridRenderEditCellParams } from '@mui/x-data-grid'; import { SxProps, Theme } from '@mui/material/styles'; export default function FileInputCell(props: GridRenderEditCellParams & { accept: string; fileType?: string; required?: boolean; sx?: SxProps; helperText?: string; }): React.JSX.Element; //# sourceMappingURL=FileInputCell.d.ts.map