import { type StoryObj } from "@storybook/react";
import { Radio } from "./Radio";
declare const _default: {
    title: string;
    component: typeof Radio;
};
export default _default;
type Story = StoryObj<typeof Radio>;
export declare const Primary: Story;
