export { default as compileToString } from "./compile-string.js"; export { default as compile } from "./compile.js"; export { default as parse } from "./parse.js"; export { default as render, renderAsync } from "./render.js"; export { templates } from "./containers.js"; export { config, config as defaultConfig, getConfig, configure } from "./config.js"; //# sourceMappingURL=browser.d.ts.map