import type { Meta, StoryObj } from "@storybook/react"; import Menu from "./Menu"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=Menu.stories.d.ts.map