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