goog.module('nativejstypes.Foo.$Overlay');

goog.require('com.acme.MyFoo');
goog.require('nativebootstrap.Util');

const $Overlay = goog.require('nativejstypes.Foo.$Overlay$impl');
/** @nodts */
exports = $Overlay;
