import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as RadioGroupPrimitive from "@radix-ui/react-radio-group"; //#region src/react/ui/radio-group.d.ts /** Group of radio buttons for selecting a single option */ declare function RadioGroup({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { RadioGroup, RadioGroupItem }; //# sourceMappingURL=radio-group.d.ts.map