/** @deprecated since v4.0.0, will be removed with next major release. Use individual variables instead. */
export declare const theme: {
    light: import("./themeShared").ThemeColorSet;
    dark: import("./themeShared").ThemeColorSet;
};
