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