export type ZnLoadEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'zn-load': ZnLoadEvent; } }