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