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