export declare const theme: {
    light: import("./themeShared").ThemeColorSet;
    dark: import("./themeShared").ThemeColorSet;
};
