import { SVGProps } from "react";
declare const SvgArrowCircleRight: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgArrowCircleRight;
