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