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