export type T_FontSize = `${number}px` | `${number}rem` | `${number}em` | `${number}vw`;
//# sourceMappingURL=index.d.ts.map