import { Meta, StoryObj } from '@storybook/html-vite'; import { StoryArgs } from './shared'; declare const meta: Meta; export default meta; type Story = StoryObj; /** * Default configuration with all standard settings. * Use the controls panel to experiment with different options. */ export declare const Default: Story; //# sourceMappingURL=Default.stories.d.ts.map