import { FontPreset } from '../types';
/**
 * Get font classes based on the 3-level priority system:
 * Level 1: Explicit className (highest priority) - returns empty to let className win
 * Level 2: Font presets (medium priority) - applies preset + scaling
 * Level 3: Default fallback (lowest priority) - applies default preset when nothing specified
 */
export declare const getFontClasses: (hasExplicitFontClasses: boolean, fontPreset?: FontPreset, fontScale?: number) => string;
//# sourceMappingURL=fontScaling.d.ts.map