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