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