export declare const theme: {
    readonly isDark: boolean;
    readonly isLight: boolean;
    readonly value: "dark" | "light";
};
