import { ChartSeries } from '../../types';
type ChartSeriesLabels = Record<string, string | undefined>;
export declare function getSeriesLabels(series: ChartSeries[] | undefined): ChartSeriesLabels;
export {};
