/** * Do not edit directly, this file was auto-generated. * * @license Copyright (c) 2022 Red Hat UX MIT License */ import type { Color } from "./tokens.js"; export declare const ColorTextPrimaryOnLight: Color; export declare const ColorTextPrimaryOnDark: Color; export declare const ColorTextSecondaryOnLight: Color; export declare const ColorTextSecondaryOnDark: Color; export declare const ColorTextBrandOnLight: Color; export declare const ColorTextBrandOnDark: Color; export declare const FontFamilyHeading: string[]; export declare const FontFamilyBodyText: string[]; export declare const FontFamilyCode: string[]; export declare const FontFamilyLangAr: string[]; export declare const FontFamilyLangHe: string[]; export declare const FontFamilyLangJa: string[]; export declare const FontFamilyLangKo: string[]; export declare const FontFamilyLangHi: string[]; export declare const FontFamilyLangTh: string[]; export declare const FontFamilyLangZhCn: string[]; export declare const FontFamilyLangZhHk: string[]; export declare const FontSizeBodyTextXs = "0.75rem"; export declare const FontSizeBodyTextSm = "0.875rem"; export declare const FontSizeBodyTextMd = "1rem"; export declare const FontSizeBodyTextLg = "1.125rem"; export declare const FontSizeBodyTextXl = "1.25rem"; export declare const FontSizeBodyText2xl = "1.5rem"; export declare const FontSizeCodeXs = "0.75rem"; export declare const FontSizeCodeSm = "0.875rem"; export declare const FontSizeCodeMd = "1rem"; export declare const FontSizeCodeLg = "1.125rem"; export declare const FontSizeCodeXl = "1.25rem"; export declare const FontSizeCode2xl = "1.5rem"; export declare const FontSizeHeadingXs = "1.25rem"; export declare const FontSizeHeadingSm = "1.5rem"; export declare const FontSizeHeadingMd = "1.75rem"; export declare const FontSizeHeadingLg = "2.25rem"; export declare const FontSizeHeadingXl = "2.5rem"; export declare const FontSizeHeading2xl = "3rem"; export declare const FontWeightBodyTextRegular = 400; export declare const FontWeightBodyTextMedium = 500; export declare const FontWeightCodeRegular = 400; export declare const FontWeightCodeMedium = 500; export declare const FontWeightHeadingRegular = 400; export declare const FontWeightHeadingMedium = 500; export declare const FontWeightHeadingBold = 700; export declare const LetterSpacingBodyText = "0.0125rem"; export declare const LineHeightHeading = 1.3; export declare const LineHeightBodyText = 1.5; export declare const LineHeightCode = 1.5;