import type { SVGProps } from "react"; import * as React from "react"; declare const SvgBuilding: (props: SVGProps) => React.JSX.Element; export default SvgBuilding; //# sourceMappingURL=Building.d.ts.map