goog.module('jstypeenum.Color');

goog.require('java.lang.Enum');
goog.require('javaemul.internal.Enums.NativeMap.$Overlay');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('vmbootstrap.Arrays');
goog.require('vmbootstrap.Enums');

const Color = goog.require('jstypeenum.Color$impl');
exports = Color;
