import { UnloadFontOptions } from './Font'; import { FontResource } from './Font.types'; declare const _default: { unloadAllAsync(): Promise; unloadAsync(fontFamilyName: string, options?: UnloadFontOptions): Promise; getServerResources(): string[]; resetServerContext(): void; getLoadedFonts(): string[]; isLoaded(fontFamilyName: string, resource?: UnloadFontOptions): boolean; loadAsync(fontFamilyName: string, resource: FontResource): Promise; }; export default _default; export declare function _createWebFontTemplate(fontFamily: string, resource: FontResource): string; //# sourceMappingURL=ExpoFontLoader.web.d.ts.map