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