import type { Theme } from "../types";
export declare const DEFAULT_THEME = "oh-my-zsh";
export declare const DEFAULT_COLORS: {
    readonly DARK_BACKGROUND: "#000000";
    readonly LIGHT_BACKGROUND: "#ffffff";
    readonly DARK_TEXT: "#000000";
    readonly LIGHT_TEXT: "#ffffff";
};
export declare const THEMES: Record<string, Theme>;
