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