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