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