import * as React from "react"; import * as RadioGroupPrimitive from "@radix-ui/react-radio-group"; export declare const RadioGroup: { Root: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Item: React.ForwardRefExoticComponent, "ref"> & { indicator?: React.ReactNode; } & React.RefAttributes>; }; //# sourceMappingURL=RadioGroup.d.ts.map