import { Mention } from "./Mention.js";
import type { Meta, StoryObj } from "@storybook/react";
declare const meta: Meta<typeof Mention>;
export default meta;
type Story = StoryObj<typeof Mention>;
export declare const database: Story;
export declare const page: Story;
//# sourceMappingURL=Mention.stories.d.ts.map