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