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