import { default as DapDSSelect } from './select.component.js'; export * from './select.component.js'; export default DapDSSelect; declare global { interface HTMLElementTagNameMap { 'dap-ds-select': DapDSSelect; } }