import type { ChartLegendSortFn, ChartTooltipSortFn, KChartData, LegendValues } from '../../types'; type __VLS_Props = { chartData: KChartData; tooltipTitle?: string; legendValues?: LegendValues; metricUnit?: string; orientation?: 'horizontal' | 'vertical'; annotations?: boolean; metricAxesTitle?: string; dimensionAxesTitle?: string; stacked?: boolean; syntheticsDataKey?: string; chartLegendSortFn?: ChartLegendSortFn; chartTooltipSortFn?: ChartTooltipSortFn; tooltipMetricDisplay?: string; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { stacked: boolean; syntheticsDataKey: string; metricUnit: string; tooltipTitle: string; legendValues: LegendValues; orientation: "horizontal" | "vertical"; annotations: boolean; metricAxesTitle: string; dimensionAxesTitle: string; chartLegendSortFn: ChartLegendSortFn; chartTooltipSortFn: ChartTooltipSortFn; tooltipMetricDisplay: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=StackedBarChart.vue.d.ts.map