goog.module('jsoverlay.Main.NativeJsTypeInterfaceWithOverlay.$Overlay');

goog.require('java.lang.Object');
goog.require('test.foo.NativeJsTypeInterfaceWithOverlay');

const $Overlay = goog.require('jsoverlay.Main.NativeJsTypeInterfaceWithOverlay.$Overlay$impl');
/** @nodts */
exports = $Overlay;
