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