declare const THEMES: { DARK: string; LIGHT: string; BPIT_LIGHT: string; BPIT_DARK: string; CLOUD_DARK: string; CLOUD_LIGHT: string; HDESIGN_LIGHT: string; HDESIGN_DARK: string; }; declare const CURRENT_THEME: unique symbol; declare const TOKENCHARTNAMES: string[]; declare const DEFAULT_THEME_NAME: string; declare const THEME_ERROR_TIP_MESSAGE: string; export { THEMES, CURRENT_THEME, DEFAULT_THEME_NAME, THEME_ERROR_TIP_MESSAGE, TOKENCHARTNAMES };