have been tried implement web component in solid typescript but i dont really know how to declare the component name, it show an error like this. <img width="829" alt="CleanShot 2021-08-23 at 08 36 54@2x" src="https://user-images.githubusercontent.com/33045816/130378531-f65dc3e7-70a7-4fbc-9b5c-b997b09c079c.png"> i have tried to declare it on file declaration.d.ts like this. <img width="613" alt="CleanShot 2021-08-23 at 08 37 56@2x" src="https://user-images.githubusercontent.com/33045816/130378575-baef23a1-8b61-4f0f-8939-84f4a6bb146a.png"> is there any way to declare web component name in solid typescript ?, thanks!.