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