import type { Font } from "@brandingbrand/react-native-dynamic-fonts"; import type { FontService as IFontService } from "./font.service.type"; export declare class FontService implements IFontService { private readonly container; loadFonts(fonts: Font[]): void; dumpFonts(): string; }