import type { Font } from '@brandingbrand/react-native-dynamic-fonts'; import type { FontService as IFontService } from './font.service.type'; export declare class FontService implements IFontService { loadFonts(fonts: Font[]): Promise; }