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