import type { StoryObj } from "@storybook/react"; import { ConversationListItem } from "../index_with_tw_base"; declare const meta: { title: string; component: typeof ConversationListItem; tags: string[]; }; export default meta; type Story = StoryObj; export declare const OneOnOneWithReply: Story; export declare const GroupConversationWithReply: Story; //# sourceMappingURL=ConversationListItem.stories.d.ts.map