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