declare const SelectChartType: ({ chartType, updateChartType }: { chartType: any; updateChartType: any; }) => import("react/jsx-runtime").JSX.Element; export default SelectChartType;