/**
 * Enum for supported theme modes.
 */
export declare enum ThemeMode {
    /** Light theme with bright colors */
    LIGHT = "light",
    /** Dark theme with dark colors */
    DARK = "dark",
    /** Follow system/OS theme preference */
    SYSTEM = "system"
}
//# sourceMappingURL=ThemeMode.d.ts.map