goog.module('jsproperties.ImplementsInterfaceWithDefaultJsProperties');

goog.require('java.lang.Object');
goog.require('jsproperties.InterfaceWithDefaultJsProperties');
goog.require('nativebootstrap.Util');

const ImplementsInterfaceWithDefaultJsProperties = goog.require('jsproperties.ImplementsInterfaceWithDefaultJsProperties$impl');
exports = ImplementsInterfaceWithDefaultJsProperties;
