import { GridColDef } from "@mui/x-data-grid"; export declare const makeColumn: (def: GridColDef) => GridColDef;