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