export declare const radioGroupThemeRecipeMeta: { readonly name: "RadioGroup"; readonly kind: "component"; readonly description: "Maps shared selection-control presentation choices into RadioGroup defaults."; readonly fields: { readonly gap: { readonly type: "choice"; readonly label: "Gap"; readonly options: readonly ["xs", "s", "m", "l"]; readonly default: "s"; }; readonly color: { readonly type: "choice"; readonly label: "Color"; readonly options: readonly ["primary", "secondary", "tertiary", "quaternary", "neutral", "success", "warning", "error", "info", "danger"]; readonly default: "primary"; }; readonly size: { readonly type: "choice"; readonly label: "Size"; readonly options: readonly ["s", "m", "l"]; readonly default: "m"; }; }; }; //# sourceMappingURL=themeRecipeMeta.d.ts.map