export const __esModule: boolean;
export default SystemFonts;
declare function SystemFonts(...args: any[]): void;
declare class SystemFonts {
    constructor(...args: any[]);
    getAllFontFilesSync: () => any[];
    getFontFilesSync: () => any[];
    getFontsExtended: () => Promise<any>;
    getFontsExtendedSync: () => any[];
    getFonts: () => Promise<any>;
    getFontsSync: () => string[];
}
