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