import type { ThemeConfig, Theme } from '../types/theme'; /** * Apply theme to the DOM using CSS custom properties */ export declare function applyTheme(theme: ThemeConfig | Theme, target?: HTMLElement): void; /** * Get current theme from DOM */ export declare function getCurrentTheme(target?: HTMLElement): ThemeConfig; //# sourceMappingURL=ThemeApplier.d.ts.map