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