declare const colors: {
    [key: string]: string | {
        [key: string]: string;
    };
};
export default colors;
