import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Building2Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Building2Icon;
