import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; import React from 'react'; declare const RadioGroup: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const RadioItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const RadioIndicator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const RadioItemBefore: React.FC>; declare const RadioItemTitle: React.FC>; declare const RadioItemDescription: React.FC>; export { RadioGroup, RadioItem, RadioIndicator, RadioItemBefore, RadioItemTitle, RadioItemDescription, }; //# sourceMappingURL=RadioGroup.d.ts.map