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