import type { RadioGroupPrimitiveProps } from "./RadioGroupPrimitive.js"; export declare const useRadioGroup: (props: RadioGroupPrimitiveProps) => { vm: { items: import("../domains/RadioItemFormatted.js").RadioItemFormatted[]; }; changeValue: (value: string) => void; };