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