import type { AsyncApiServer } from '../types/index.js';
type ServerOverviewSectionProps = {
    server: AsyncApiServer;
};
export declare const ServerOverviewSection: ({ server }: ServerOverviewSectionProps) => import("react/jsx-runtime").JSX.Element;
export {};
