import type { StoryObj } from '@storybook/svelte'; import RadioExample from './RadioExample.svelte'; declare const meta: { title: string; component: typeof RadioExample; tags: string[]; }; type Story = StoryObj; export declare const Regular: Story; export default meta;