import type { AsyncApiServer, AsyncApiInfo } from '../types/index.js';
type RightPanelProps = {
    info: AsyncApiInfo;
    servers?: Record<string, AsyncApiServer>;
};
export declare const RightPanel: import("react").MemoExoticComponent<({ info, servers }: RightPanelProps) => import("react/jsx-runtime").JSX.Element>;
export {};
