import * as React from 'react'; import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; declare const RadioGroup: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const RadioGroupItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export type RadioGroupProps = React.ComponentPropsWithoutRef; export type RadioGroupItemProps = React.ComponentPropsWithoutRef; export { RadioGroup, RadioGroupItem }; //# sourceMappingURL=RadioGroup.d.ts.map