import * as React from "react"; import { RadioGroup as RadioGroupPrimitive } from "radix-ui"; declare const RadioGroup: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes, "ref"> & React.RefAttributes>; /** * RadioGroupItem re-composed from Radix primitives with the inner dot * using flex centering instead of absolute + translate, fixing RTL alignment. */ declare const RadioGroupItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { RadioGroup, RadioGroupItem };