import { ChartProps, MultiDataSeries } from "."; export type StackedBarChartProps = ChartProps & { seriesNames: string[]; };