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