import React, { forwardRef } from 'react'; import { BaseRadioGroup, type BaseRadioGroupProps } from '../components/base-radio-group'; import styles from './mobile.module.css'; export type RadioGroupMobileProps = Omit; export const RadioGroupMobile = forwardRef((props, ref) => ( ));