export declare const typography: { fontSizes: { '4xs': string; '3xs': string; '2xs': string; xs: string; sm: string; md: string; lg: string; xl: string; "2xl": string; "3xl": string; "4xl": string; "5xl": string; "6xl": string; "7xl": string; "8xl": string; "9xl": string; "10xl": string; "11xl": string; "12xl": string; "13xl": string; "14xl": string; "16xl": string; }; fontWeights: { hairline: number; thin: number; light: number; normal: number; medium: number; semibold: number; bold: number; extrabold: number; black: number; }; lineHeights: { normal: string; none: number; shorter: number; short: number; base: number; tall: number; taller: string; }; fonts: { heading: string; body: string; mono: string; }; };