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