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