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