export type CwCopyEvent = CustomEvent<{ value: string; }>; declare global { interface GlobalEventHandlersEventMap { 'cw-copy': CwCopyEvent; } }