/// export type RadioGroupContextProps = { isError?: boolean; }; export declare const RadioGroupContext: import("react").Context;