import CwInclude from './include.component.js'; export * from './include.component.js'; export default CwInclude; declare global { interface HTMLElementTagNameMap { 'cw-include': CwInclude; } }