import type { RealTheme, ThemeType } from "./types.js";
export declare function getThemeType(theme: RealTheme): ThemeType;
