import { FontBase } from './font-common'; export * from './font-common'; export declare class Font extends FontBase { static default: Font; private _typeface; getAndroidTypeface(): android.graphics.Typeface; getUIFont(defaultFont: any): any; }