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