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