export interface InputChoiceGroupContextProps { name: string; required: boolean; error?: string; readOnly: boolean; disabled: boolean; selectedValue?: string; updateSelectedValue?: (value: string) => void; } export declare const inputChoiceGroupContext: { __context__: InputChoiceGroupContextProps; }; //# sourceMappingURL=InputChoiceGroup.context.d.ts.map