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