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