import { CheckboxProps } from "@mui/material"; declare function DataGridCheckbox(props: CheckboxProps): JSX.Element; export default DataGridCheckbox;