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