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