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