export declare function getFontURLs(font: string): string[]; export declare function getWoff2BaseURL(font: string, fontWeightName: string): string | null; export declare function loadFont(svg: SVGSVGElement, font: string): void; export declare function loadFonts(svg: SVGSVGElement): void;