export type TokenValueMap = { tokenName: string; tokenValue: string; values: { fontSize?: string; fontWeight?: string; lineHeight?: string; }; }; export type FontWeightMap = { regular: string; medium: string; semibold: string; bold: string; };