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