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