declare const HTML_TAG_RE: RegExp; declare const HTML_OPEN_CLOSE_TAG_RE: RegExp; export { HTML_TAG_RE, HTML_OPEN_CLOSE_TAG_RE }; //# sourceMappingURL=htmlRe.d.ts.map