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