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