import { LuzmoPickerButton } from './picker-button'; declare global { interface HTMLElementTagNameMap { 'luzmo-picker-button': LuzmoPickerButton; } } export { LuzmoPickerButton } from './picker-button';