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