export declare const store: {
    server: "dark" | "light";
    setting: "dark" | "light" | "sync";
    readonly theme: "dark" | "light";
};
