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