import type { Meta, StoryObj } from '@storybook/react'; import RadioSlider from './RadioSlider'; declare const meta: Meta; export default meta; type Story = StoryObj; /** * Test: short normal options */ export declare const controlled: Story; export declare const Empty: Story; /** * Test: long options with mobile viewport */ export declare const LongOptionsTextMobile: Story; export declare const EnumOptions: Story; export declare const ObjectSupport: Story; export declare const ObjectSupport2: Story;