import React from 'react'; import { Server, SecurityScheme } from '../../types'; interface Props { server: Server; stage: string; securitySchemes?: Record; toggleExpand?: boolean; } export declare const ServerComponent: React.FunctionComponent; export {};