export declare const textThemeRecipeMeta: { readonly name: "Text"; readonly kind: "component"; readonly description: "Maps semantic Text presentation defaults into runtime props."; readonly fields: { readonly variant: { readonly type: "choice"; readonly label: "Typography variant"; readonly options: readonly ["body", "lead", "bodySmall", "caption", "label", "eyebrow", "code"]; readonly default: "body"; }; readonly color: { readonly type: "choice"; readonly label: "Color"; readonly options: readonly ["primary", "secondary", "tertiary", "quaternary", "neutral", "success", "warning", "error", "info", "danger"]; }; readonly emphasis: { readonly type: "choice"; readonly label: "Emphasis"; readonly options: readonly ["default", "muted", "subtle", "inverse"]; readonly default: "default"; }; readonly align: { readonly type: "choice"; readonly label: "Align"; readonly options: readonly ["auto", "left", "right", "center", "justify"]; }; readonly weight: { readonly type: "choice"; readonly label: "Weight"; readonly options: readonly ["regular", "medium", "semiBold", "bold"]; }; readonly italic: { readonly type: "boolean"; readonly label: "Italic"; readonly default: false; }; }; }; //# sourceMappingURL=textThemeRecipeMeta.d.ts.map