export type RadioGroupContext = {
    disabled: boolean;
};
export declare const radioGroupContext: {
    __context__: RadioGroupContext;
};
