import { type ForwardRefExoticComponent, type ComponentProps, type RefAttributes } from "react"; import { Item, Indicator } from "@radix-ui/react-radio-group"; export declare const RadioGroup: ForwardRefExoticComponent, "ref"> & RefAttributes>; export declare const RadioGroupItem: ForwardRefExoticComponent & RefAttributes>; export declare const RadioGroupIndicator: ForwardRefExoticComponent & RefAttributes>;