declare class Colors { static readonly green = "#00B7A2"; static readonly range = "#FFA943"; static readonly red = "#FC675F"; } export default Colors;