export declare const consoleMainColors: {
    white: string;
    silver: string;
    gray: string;
    black: string;
    red: string;
    maroon: string;
    yellow: string;
    olive: string;
    lime: string;
    green: string;
    aqua: string;
    teal: string;
    blue: string;
    navy: string;
    fuchsia: string;
    purple: string;
};
