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