import { LuzmoSwatch } from './swatch'; import { LuzmoSwatchGroup } from './swatch-group'; declare global { interface HTMLElementTagNameMap { 'luzmo-swatch': LuzmoSwatch; 'luzmo-swatch-group': LuzmoSwatchGroup; } } export { LuzmoSwatch } from './swatch'; export { LuzmoSwatchGroup } from './swatch-group';