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