import * as react_jsx_runtime113 from "react/jsx-runtime"; import * as RadioGroupPrimitive from "@rn-primitives/radio-group"; //#region ui/radio-group.d.ts declare function RadioGroup({ className, ...props }: RadioGroupPrimitive.RootProps & React.RefAttributes): react_jsx_runtime113.JSX.Element; declare function RadioGroupItem({ className, ...props }: RadioGroupPrimitive.ItemProps & React.RefAttributes): react_jsx_runtime113.JSX.Element; //#endregion export { RadioGroup, RadioGroupItem }; //# sourceMappingURL=radio-group.d.ts.map