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