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