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