export type NuRemoveEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'nu-remove': NuRemoveEvent; } }