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