import type { FontWeightName } from '../types'; export declare function splitFontFamily(font: string): string[]; export declare function decodeFontFamily(font: string): string; export declare function encodeFontFamily(font: string): string; export declare function normalizeFontWeightName(fontWeight: string | number): FontWeightName;