export declare const COLORS: {
    red: string;
    blue: string;
    yellow: string;
    green: string;
};
