import { Font, type FontInfoSource } from './font.js';
export declare function loadCachedFont(fontInfoOrUrl: FontInfoSource, onLoad: (font: Font) => void): void;
