import { ThemeName } from '../constants.js'; export declare const getThemeNameFromUrl: () => ThemeName | undefined; export declare let updateGlobalTheme: (theme: string) => void; export declare let initGlobalCookieTheme: () => void; export declare const ScriptThemeValue: () => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=element-theme-script.d.ts.map