import type { App, ThemeObject } from '../types';
/**
 * Resolve a theme according to the theme name
 */
export declare const resolveTheme: (app: App, themeName: string) => ThemeObject;
