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