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