import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const BuildingLibrary: import("svelte").Component; type BuildingLibrary = ReturnType; export default BuildingLibrary; //# sourceMappingURL=building-library.svelte.d.ts.map