export declare const fonts: { decorative: string; text: string; }; export declare const fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; export declare const fontWeights: { black: number; bold: number; medium: number; regular: number; }; export declare const lineHeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; export type FontWeightKey = keyof { [key in keyof typeof fontWeights as `$${key}`]: never; }; //# sourceMappingURL=fonts.d.ts.map