import type { App, ThemeInfo } from '../types';
/**
 * Resolve theme info and its parent theme info
 */
export declare const resolveThemeInfo: (app: App, themeName: string) => ThemeInfo;
