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