import type { GridChartsConfigurationOptions } from '@mui/x-internals/types';
export interface GridChartsPanelChartProps {
  schema: GridChartsConfigurationOptions;
  selectedChartType: string;
  onChartTypeChange: (type: string) => void;
}
declare function GridChartsPanelChart(props: GridChartsPanelChartProps): import("react/jsx-runtime").JSX.Element;
declare namespace GridChartsPanelChart {
  var propTypes: any;
}
export { GridChartsPanelChart };