import type { AsyncApiChannelKafkaBinding } from '../types/index.js';
type ChannelBindingProps = {
    binding: {
        key: string;
        value: AsyncApiChannelKafkaBinding;
    };
};
export declare const ChannelBinding: ({ binding }: ChannelBindingProps) => import("react/jsx-runtime").JSX.Element;
export {};
