import type { StoryObj } from '@storybook/react'; import { Calendar } from '.'; declare const meta: { title: string; component: typeof Calendar; }; export default meta; type Story = StoryObj; export declare const Default: Story;