export declare const DEFAULT_FONT_WEIGHT = 400; export declare const parseFontWeight: (fontWeight?: string | number) => number;