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