import type { DataProps, ThemeSwitcherProps, UpdateProps } from "./client"; import type { ThemeStoreType } from "./constants"; export declare function resolveTheme(state?: ThemeStoreType, props?: ThemeSwitcherProps): UpdateProps; export declare function getDataProps(resolvedData?: UpdateProps, styles?: Record): DataProps; export declare function getResolvedTheme(): string | null; export declare function getResolvedColorScheme(): string | null; export declare function encodeState(themeState: ThemeStoreType): string; export declare function parseState(str?: string | null): ThemeStoreType; //# sourceMappingURL=utils.d.ts.map