///
import type { StoryObj } from '@storybook/react';
declare const meta: {
title: string;
component: import("react").FC;
tags: string[];
args: {
message: string;
chatUi: import("@vitest/spy").Mock;
themeColor: string;
};
decorators: ((Story: import("@storybook/types").PartialStoryFn) => import("react/jsx-runtime").JSX.Element)[];
};
export default meta;
type Story = StoryObj;
export declare const MessageItemComponent: Story;