import { Glyph, MapFontFamilyGlyphs, MapNameUnicode } from './common'; export declare function parseGlyphs(glyphs: { glyphs: Glyph[]; }): MapNameUnicode; export declare function loadFont(mapFamily: MapFontFamilyGlyphs): Promise; export declare function useFonts(family: string, name?: string): string;