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