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