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