import { type ComponentPropsWithoutRef } from 'react'; import { type RadioButtonProps } from '../RadioButton'; export type RadioGroupProps = Pick & Omit, 'onChange'>;