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