import '@cometchat/uikit-elements';//import the web elements package.const getImageURL = event => { console.log(event.detail.url); //the detail property has the image url }//use the element with the custom event<cometchat-image-bubble cc-image-clicked={getImageURL}></cometchat-image-bubble>