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