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