import type { Meta, StoryObj } from "@storybook/react";
import RadioDropdown from ".";
declare const meta: Meta<typeof RadioDropdown>;
export default meta;
type Story = StoryObj<typeof RadioDropdown>;
export declare const Default: Story;
