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