goog.module('textblocks.TextBlocks');

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

const TextBlocks = goog.require('textblocks.TextBlocks$impl');
exports = TextBlocks;
