export declare const COLOR_SUPABASE = "#3ecf8e";
export declare const COLOR_ACCENT = "magenta";
export declare const COLOR_SUCCESS = "green";
export declare const COLOR_ERROR = "red";
export declare const COLOR_WARNING = "yellow";
export declare const COLOR_SKIP = "gray";
export declare const OPTION_COLOR_SELECTED = "green";
export declare const customTheme: {
    components: Record<string, import("@inkjs/ui").ComponentTheme>;
};
