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