import type { ChartType, KChartData, LegendValues, SimpleChartType } from '../types'; import type { Ref } from 'vue'; export default function useChartLegendValues(chartData: Readonly>, chartType: ChartType | SimpleChartType, metricUnit: Readonly>): { legendValues: import("vue").ComputedRef; }; //# sourceMappingURL=useChartLegendValues.d.ts.map