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