import React from 'react'; import { ExpandNestedConfig } from '../../config'; import { Servers, SecurityScheme } from '../../types'; interface Props { servers?: Servers; securitySchemes?: Record; expand?: ExpandNestedConfig; } export declare const ServersComponent: React.FunctionComponent; export {};