### Describe the bug In Svelte 5, the `ComponentType` type requires an argument, whereas it was optional in Svelte 4. Either it should be optional again, or the example in the docblock above should be corrected. ### Reproduction [Svelte 4](https://github.com/sveltejs/svelte/blob/svelte-4/packages/svelte/src/runtime/internal/public.d.ts#L67) [Svelte 5](https://github.com/sveltejs/svelte/blob/main/packages/svelte/src/main/public.d.ts#L180) ### Logs _No response_ ### System Info ```shell Svelte 5 ``` ### Severity annoyance