import { Meta, StoryObj } from '@storybook/react-vite'; import { default as Panel } from './Panel'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story;