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