export declare class ReactNativeFontBridge { static loadFont(name: string, base64Value: string, type: string): Promise; }