goog.module('typewildcards.TypeWildCards.SubOtherElement');

goog.require('java.lang.Integer');
goog.require('nativebootstrap.Util');
goog.require('typewildcards.TypeWildCards');
goog.require('typewildcards.TypeWildCards.HasKey');
goog.require('typewildcards.TypeWildCards.OtherElement');

const SubOtherElement = goog.require('typewildcards.TypeWildCards.SubOtherElement$impl');
exports = SubOtherElement;
