/** * The `BarChart` component renders a set of values as a bar chart. * @component */ import type { BarChartProps } from './BarChartProps'; declare const BarChart: import("svelte").Component; type BarChart = ReturnType; export default BarChart; //# sourceMappingURL=BarChart.svelte.d.ts.map