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