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