export default class WebfontLoaderService { loadFonts(families: string[]): void; loadFontVariants(fontFamily: string, variants: string[]): void; }