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