import { Meta, Story } from '@storybook/react';
import { IRadioGroupProps } from './RadioGroup';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Stateful: Story<IRadioGroupProps>;
export declare const OnSelect: Story<IRadioGroupProps>;
export declare const OnSelectOnChild: Story<IRadioGroupProps>;
export declare const NestedSelect: Story<IRadioGroupProps>;
export declare const SelectedIndexAsProp: Story<IRadioGroupProps>;
export declare const SelectedIndexFromChild: Story<IRadioGroupProps>;
export declare const DefaultProps: Story<IRadioGroupProps>;
//# sourceMappingURL=RadioGroup.stories.d.ts.map