import type { GridChartsConfigurationSection } from '@mui/x-internals/types'; interface GridChartsPanelCustomizeProps { activeChartId: string; sections: GridChartsConfigurationSection[]; } export declare function GridChartsPanelCustomize(props: GridChartsPanelCustomizeProps): import("react/jsx-runtime").JSX.Element; export {};