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