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