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