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