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