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