export declare const colors: {
    green: string;
    red: string;
    lightGray: string;
    white: string;
};
