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