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