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