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