import RadioGroup from './RadioGroup'; const CompoundRadio = { Group: RadioGroup } as const; export default CompoundRadio;