import React from 'react';
import { BindingsInterface } from '@asyncapi/parser';
interface Props {
    name?: string;
    bindings: BindingsInterface;
}
export declare const Bindings: React.FunctionComponent<Props>;
export {};
//# sourceMappingURL=Bindings.d.ts.map