import type { GridProSlotProps } from '@mui/x-data-grid-pro/internals'; import type { GridChartsPanelProps } from "../components/chartsPanel/GridChartsPanel.js"; export interface GridChartsPanelPropsOverrides {} type SlotProps = Partial; export interface GridPremiumSlotProps extends GridProSlotProps { chartsPanel?: SlotProps; } export {};