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