import React from 'react'; import { ServerInterface } from '@asyncapi/parser'; interface Props { serverName: string; server: ServerInterface; } export declare const Server: React.FunctionComponent; export {}; //# sourceMappingURL=Server.d.ts.map