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