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