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