import React from 'react'; import { SecurityScheme } from '../../types'; interface Props { securityScheme: SecurityScheme; } export declare const ServerSecurityItemComponent: React.FunctionComponent; export {};