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