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