import type { FontScheme } from "../model/types.js"; export declare const FONT_SUBSTITUTIONS: Record; export declare function resolveFontFamily(family: string | undefined, fontScheme?: FontScheme): string;