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