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