export interface TypographyTokens { [key: string]: { fontFamily: string; fontSize: string; fontStyle?: string; fontWeight?: number; fontWidth?: number; letterSpacing: string; lineHeight: string; slant?: number; }; } declare const tokens: TypographyTokens; export default tokens; //# sourceMappingURL=typography.d.ts.map