import { LuzmoSelect } from './select'; declare global { interface HTMLElementTagNameMap { 'luzmo-select': LuzmoSelect; } } export { LuzmoSelect } from './select';