export type EmbeddedFontName = "ZapfDingbats";
export declare function getEmbeddedFontDataUri(fontName: EmbeddedFontName): string;
