import { LuzmoSuggestion } from './suggestion'; declare global { interface HTMLElementTagNameMap { 'luzmo-suggestion': LuzmoSuggestion; } } export { LuzmoSuggestion } from './suggestion'; export type { SuggestionVariants } from './suggestion';