import React from 'react'; import { ChannelInterface, OperationInterface } from '@asyncapi/parser'; import { PayloadType } from '../../types'; interface Props { type: PayloadType; operation: OperationInterface; channelName: string; channel: ChannelInterface; } export declare const Operation: React.FunctionComponent; export declare const OperationInfo: React.FunctionComponent; export declare const OperationReplyInfo: React.FunctionComponent; export declare const OperationReplyChannelInfo: React.FunctionComponent; export declare const OperationReplyAddressInfo: React.FunctionComponent; export {}; //# sourceMappingURL=Operation.d.ts.map