/// import { IconProps } from '../../types'; declare const Server: (allProps: IconProps) => JSX.Element; export default Server;