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