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