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