import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
declare function GridGroupingColumnLeafCell(props: GridRenderCellParams): import("react").JSX.Element;
export { GridGroupingColumnLeafCell };