import type { Theme } from '../ui-components-theme/types.js'; export declare function readDomTheme(): { themeList: Theme[]; theme: Theme; }; export declare function applyTheme(themeList: Theme[], theme: Theme): void; export declare function setTheme(themeList: Theme[], theme: Theme): void;