### Describe the bug If you have something like this ```svelte <script> export let Component; </script> <svelte:component this={Component} /> ``` the `Component` prop is marked as unused. ### Reproduction [REPL](https://svelte-5-preview.vercel.app/#H4sIAAAAAAAAE0WMwQoCIRRFf0XuWpi92UD0GdkinDck6FP0TRTiv8cQ1fJczj0da4jUYC4dfEsEg1Mp0JBX2aE9KApBo-Wt-n2xzddQZHbshJ4lV1GRRJ1zKpmJ5eDYTn-H7Sdh_FdQcg_t2H-HoaYZGikvYQ20wEjdaFzHG944KCqbAAAA) ### Logs ```shell - ``` ### System Info ```shell - ``` ### Severity annoyance