import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const PresentationChartBar: import("svelte").Component; type PresentationChartBar = ReturnType; export default PresentationChartBar; //# sourceMappingURL=presentation-chart-bar.svelte.d.ts.map