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