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