import type { FontConfig } from "./types"; export declare function loadFontFace(config: FontConfig): Promise; export declare function removeFontFace(face: FontFace): void; //# sourceMappingURL=font.d.ts.map