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