export declare const loadFont: (url: string) => void; export declare const loadDevTheme: () => Promise<{ light: any; dark: any; }>;