/// import { GridColDef } from 'mui-ultra/x-data-grid-pro'; interface GridAggregationColumnMenuItemsProps { column: GridColDef; label: string; availableAggregationFunctions: string[]; } export declare const GridAggregationColumnMenuItem: (props: GridAggregationColumnMenuItemsProps) => JSX.Element; export {};