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