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