import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconChartDonutRegular: import("svelte").Component<$$ComponentProps, {}, "">; type IconChartDonutRegular = ReturnType; export default IconChartDonutRegular;