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