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