import { Story } from '@storybook/react'; import { RadioProps } from './Radio'; declare const _default: { title: string; component: ({ appearance, checked, disabled, label, name, onChange, value, ...other }: RadioProps) => JSX.Element; argTypes: { onChange: { action: string; table: { disable: boolean; }; }; name: { table: { disable: boolean; }; }; value: { table: { disable: boolean; }; }; }; }; export default _default; export declare const Demo: Story; export declare const Large: Story;