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