import { n as Scope } from "../create-context-CKMcRGBM.js"; import { IRadioGroup } from "./radio-group.types.js"; import * as React$1 from "react"; //#region src/radio-group/item.d.ts declare const RadioGroupItemProvider: React$1.FC; children: React$1.ReactNode; }>, useRadioGroupItemContext: (consumerName: string, scope: Scope) => IRadioGroup.IItemContext; declare const RadioGroupItem: React$1.ForwardRefExoticComponent>; //#endregion export { RadioGroupItem, RadioGroupItemProvider, useRadioGroupItemContext };