import React from 'react';
import { MessageInterface } from '@asyncapi/parser';
interface Props {
    message: MessageInterface;
    messageName?: string;
    index?: number | string;
    showExamples?: boolean;
}
export declare const Message: React.FunctionComponent<Props>;
export {};
//# sourceMappingURL=Message.d.ts.map