export type NuAfterShowEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'nu-after-show': NuAfterShowEvent; } }