import type { Font } from '../types'; export default function applyActiveFont(activeFont: Font, previousFontFamily: string, selectorSuffix: string): void;