import * as React from 'react'; export interface ServerProps { } declare const Server: React.FunctionComponent; export default Server;