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