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