import { Key, RadioGroupProps as AriaRadioGroupProps } from 'react-aria-components'; export type RadioGroupProps = Omit & { variant?: 'default' | 'box'; isDisabled?: boolean; options: { label?: string; name?: string; id: Key; }[]; }; //# sourceMappingURL=types.d.ts.map