import { Story } from '@storybook/react'; import RadioGroup, { RadioGroupProps } from './RadioGroup'; declare const _default: { title: string; component: typeof RadioGroup; argTypes: { onChange: { action: string; table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; className: { table: { disable: boolean; }; }; defaultChecked: { control: { type: string; options: string[]; }; }; }; }; export default _default; export declare const Demo: Story;