/// import { GridRenderCellParams } from 'mui-ultra/x-data-grid-pro'; interface GridGroupingCriteriaCellProps extends GridRenderCellParams { hideDescendantCount?: boolean; } export declare const GridGroupingCriteriaCell: (props: GridGroupingCriteriaCellProps) => JSX.Element; export {};