/// <reference types="react" />
import { SVGType } from './type/SVGType';
declare const ArrowRightCircle: (props: SVGType<SVGSVGElement>) => JSX.Element;
export { ArrowRightCircle };
