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