import { type IconProps } from "../../../base/index.ts";
declare const BuildingLibrary: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type BuildingLibrary = ReturnType<typeof BuildingLibrary>;
export default BuildingLibrary;
