import type { ThemeSetting } from './types/ThemeSetting';
export declare const setting: {
    readonly see: "dark" | "light" | "sync";
    set(value: ThemeSetting): void;
};
