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