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