import { RadioGroupProps } from '@mui/material/RadioGroup';
import { Meta, StoryObj } from '@storybook/react-vite';
declare const RadioGroup: (props: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
declare const meta: Meta<typeof RadioGroup>;
export default meta;
type Story = StoryObj<typeof RadioGroup>;
export declare const Default: Story;
export declare const Row: Story;
