import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent, "ref"> & import('react').RefAttributes>; parameters: { layout: string; backgrounds: { default: string; values: { name: string; value: string; }[]; }; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithDisabled: Story; export declare const PaymentMethod: Story; //# sourceMappingURL=radio-group.stories.d.ts.map