import type { AsyncApiOperationKafkaBinding } from '../types';
type OperationBindingProps = {
    id: string;
    binding: {
        key: string;
        value: AsyncApiOperationKafkaBinding;
    };
};
export declare const OperationBinding: ({ binding, id }: OperationBindingProps) => import("react/jsx-runtime").JSX.Element;
export {};
