import { type GridRenderCellParams, type GridGroupNode } from '@mui/x-data-grid-pro'; interface GridGroupingCriteriaCellProps extends GridRenderCellParams { hideDescendantCount?: boolean; } export declare function GridGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): import("react/jsx-runtime").JSX.Element; export {};