export declare class DynamicFonts { static loadedFonts: { [key: string]: any; }; static loadFont(name: string, data: string, type: string, forceLoad?: boolean): Promise; static loadFonts(_fontList: { [key: string]: any; }[], forceLoad?: boolean): Promise; }