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