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