goog.module('properties.Holder');

goog.require('nativebootstrap.Util');

const Holder = goog.require('properties.Holder$impl');
exports = Holder;
