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