import { ItemState } from '@zag-js/radio-group';
import { ComputedRef } from 'vue';
export interface UseRadioGroupItemContext extends ComputedRef<ItemState> {
}
export declare const RadioGroupItemProvider: (opts: UseRadioGroupItemContext) => void, useRadioGroupItemContext: (fallback?: UseRadioGroupItemContext | undefined) => UseRadioGroupItemContext;
