import type { ThemeDefinition } from '../core/theme-manager'; export declare class AdvancedThemeManager { private themes; private colorManager; constructor(); static readonly FLUENT_LIGHT: ThemeDefinition; static readonly FLUENT_DARK: ThemeDefinition; registerTheme(theme: ThemeDefinition): this; applyTheme(name: string, root?: HTMLElement): void; enableAutoTheme(): void; transitionToTheme(name: string, duration?: string): void; /** * Apply a default theme if none is currently applied */ applyDefaultTheme(): void; } export declare const advancedThemeManager: AdvancedThemeManager; //# sourceMappingURL=advanced-themes.d.ts.map