import type { AsyncApiMessage } from '../types';
type MessageProps = {
    message: AsyncApiMessage;
    sectionId: string;
    id: string;
};
export declare const Message: ({ message, sectionId, id }: MessageProps) => import("react/jsx-runtime").JSX.Element;
export {};
