import { Radio } from "@base-ui/react/radio"; import { RadioGroup as BaseRadioGroup } from "@base-ui/react/radio-group"; import * as React from "react"; /** * Coordinates radio group state and selection behavior. * * @remarks * - Renders a `
` element by default * - Built on {@link https://base-ui.com/react/components/radio-group | Base UI Radio Group} * - Supports the `render` prop for element composition * * @example * ```tsx * Content * ``` * * @see {@link https://base-ui.com/react/components/radio-group | Base UI Documentation} */ declare const RadioGroup: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; /** * Renders the radio group item. * * @remarks * - Renders a `