import { LuzmoTag } from './tag'; import { LuzmoTags } from './tags'; declare global { interface HTMLElementTagNameMap { 'luzmo-tag': LuzmoTag; 'luzmo-tags': LuzmoTags; } } export { LuzmoTag } from './tag'; export type { TagVariants, TagSemanticVariants, TagNonSemanticVariants, TagTreatments } from './tag'; export { LuzmoTags } from './tags';