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