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