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