import { ColorType } from "./types";
export declare const COLORS: ColorType[];
export declare const BRIGHT_COLORS: ColorType[];
export declare const BG_COLORS: ColorType[];
export declare const BG_BRIGHT_COLORS: ColorType[];
export declare const MODS: ColorType[];
