import type { Meta, StoryObj } from '@storybook/react'; import MenuBar from './MenuBar'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Example: Story; export declare const Example2: Story;