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