export declare const WEIGHT: Readonly<{ regular: number; medium: number; semibold: number; bold: number; }>; export declare const DEFAULT_BODY_WEIGHT = 400; export declare const DEFAULT_DISPLAY_WEIGHT = 600; export declare const TYPOGRAPHY_VARIANT_MAP: { 'body-8': { fontSize: string; lineHeight: string; }; 'body-10': { fontSize: string; lineHeight: string; }; 'body-12': { fontSize: string; lineHeight: string; }; 'body-13': { fontSize: string; lineHeight: string; }; 'body-14': { fontSize: string; lineHeight: string; }; 'body-16': { fontSize: string; lineHeight: string; }; 'display-18': { fontSize: string; lineHeight: string; }; 'display-20': { fontSize: string; lineHeight: string; }; 'display-24': { fontSize: string; lineHeight: string; }; 'display-28': { fontSize: string; lineHeight: string; }; 'display-32': { fontSize: string; lineHeight: string; }; 'display-40': { fontSize: string; lineHeight: string; }; 'display-42': { fontSize: string; lineHeight: string; }; };