/** * Do not edit directly, this file was auto-generated. */ declare const _styleDictionary: { readonly font: { readonly family: { /** * Default font */ readonly default: { readonly value: string; readonly type: "fontFamily"; }; /** * Default display font */ readonly display: { readonly value: string; readonly type: "fontFamily"; }; /** * Default title font */ readonly title: { readonly value: string; readonly type: "fontFamily"; }; /** * Default body font */ readonly body: { readonly value: string; readonly type: "fontFamily"; }; }; readonly weight: { /** * Bold type, used in Title typography styles */ readonly normal: { readonly value: string; readonly type: "fontWeight"; }; /** * Semibold type, used in Display typography styles */ readonly medium: { readonly value: string; readonly type: "fontWeight"; }; /** * Medium type, used in Caption typography styles */ readonly semibold: { readonly value: string; readonly type: "fontWeight"; }; /** * Default type weight, used in body and caption typography styles */ readonly bold: { readonly value: string; readonly type: "fontWeight"; }; /** * Default weight labels, typically on forms */ readonly labelDefault: { readonly value: string; readonly type: "fontWeight"; }; /** * Bold weight labels, typically on forms */ readonly labelStrong: { readonly value: string; readonly type: "fontWeight"; }; }; readonly size: { readonly display: { /** * Title size typography */ readonly "1": { readonly value: string; readonly type: "fontSize"; }; /** * Title size typography */ readonly "2": { readonly value: string; readonly type: "fontSize"; }; /** * Title size typography */ readonly "3": { readonly value: string; readonly type: "fontSize"; }; }; readonly title: { /** * Title size typography */ readonly "1": { readonly value: string; readonly type: "fontSize"; }; /** * Title size typography */ readonly "2": { readonly value: string; readonly type: "fontSize"; }; /** * Title size typography */ readonly "3": { readonly value: string; readonly type: "fontSize"; }; /** * Title size typography */ readonly "4": { readonly value: string; readonly type: "fontSize"; }; /** * Smallest Title size typography */ readonly "5": { readonly value: string; readonly type: "fontSize"; }; }; /** * Default body size typography */ readonly body: { readonly value: string; readonly type: "fontSize"; }; /** * Callout size typography */ readonly callout: { readonly value: string; readonly type: "fontSize"; }; /** * Caption size typography */ readonly caption: { readonly value: string; readonly type: "fontSize"; }; }; }; }; export = _styleDictionary; export as namespace StyleDictionary;