export { CompRef } from './comp-ref'; export { isComponent } from './is-component'; export { isHTMLTemplate } from './is-html-template'; export { isTemplateRef } from './is-template-ref'; export { setTemplateVisible } from './set-template-visible'; export { TplRef } from './tpl-ref';