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