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