import * as React from 'react'; import { GridRenderCellParams, GridGroupNode } from '@mui/x-data-grid-pro'; interface GridGroupingCriteriaCellProps extends GridRenderCellParams { hideDescendantCount?: boolean; } export declare function GridDataSourceGroupingCriteriaCell(props: GridGroupingCriteriaCellProps): React.JSX.Element; export {};