import { MixedLineBarChartProps } from './interfaces'; export interface InternalChartSeries { index: number; color: string; series: MixedLineBarChartProps.ChartSeries; }