export declare const fontStack = "'IBM Plex Sans', 'Roboto', 'Helvetica Neue', Arial, sans-serif"; export declare const fontStackPair = "'Montserrat', 'Open Sans', 'IBM Plex Sans', 'Roboto', 'Helvetica Neue', Arial, sans-serif"; export declare const fontStackMono = "'IBM Plex Mono', 'Cousine', Courier, monospace"; export declare const fontSizeRootValue = 16; export declare const fontSizeRoot: string; export declare const fontSize0_75x = "0.75rem"; export declare const fontSize0_875x = "0.875rem"; export declare const fontSize1x = "1rem"; export declare const fontSize1_25x = "1.25rem"; export declare const fontSize1_5x = "1.5rem"; export declare const fontSize2_25x = "2.25rem"; export declare const fontSize3x = "3rem"; export declare const fontWeightLight = "300"; export declare const fontWeightRegular = "400"; export declare const fontWeightMedium = "500"; export declare const fontWeightSemiBold = "600"; export declare const fontLineHeight1x = "1rem"; export declare const fontLineHeight1_25x = "1.25rem"; export declare const fontLineHeight1_5x = "1.5rem"; export declare const fontLineHeight1_75x = "1.75rem"; export declare const fontLineHeight2x = "2rem"; export declare const fontLineHeight3x = "3rem"; export declare const fontLineHeight3_75x = "3.75rem"; export declare const fontLetterSpacing0_005x = "0.005rem"; export declare const fontLetterSpacing0_01x = "0.01rem"; export declare const fontLetterSpacing0_015x = "0.015rem"; export declare const fontLetterSpacing0_03x = "0.03rem"; export declare const fontLineWidthMin = "256px"; export declare const fontLineWidthTwoColumnMax = "432px"; export declare const fontLineWidthOneColumnMax = "688px"; export interface typographyTokens { fontStack: string; fontStackPair: string; fontStackMono: string; fontSizeRootValue: number; fontSizeRoot: string; fontSize0_75x: string; fontSize0_875x: string; fontSize1x: string; fontSize1_25x: string; fontSize1_5x: string; fontSize2_25x: string; fontSize3x: string; fontWeightLight: string; fontWeightRegular: string; fontWeightMedium: string; fontWeightSemiBold: string; fontLineHeight1x: string; fontLineHeight1_25x: string; fontLineHeight1_5x: string; fontLineHeight1_75x: string; fontLineHeight2x: string; fontLineHeight3x: string; fontLineHeight3_75x: string; fontLetterSpacing0_005x: string; fontLetterSpacing0_01x: string; fontLetterSpacing0_015x: string; fontLetterSpacing0_03x: string; fontLineWidthMin: string; fontLineWidthTwoColumnMax: string; fontLineWidthOneColumnMax: string; }