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