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