import { BackgroundStorage } from './Background.js'; import { AccentStorage } from './Accent.js'; /** * Utilities to control the theme of the application. * * @ssr true */ export declare class Theme { static readonly background: BackgroundStorage; static readonly accent: AccentStorage; } declare global { var Theme: typeof import('./Theme.js').Theme; } //# sourceMappingURL=Theme.d.ts.map