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