<!-- Thanks for your interest in the project. Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. I'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> **Current behavior:** In `v11.13.5` the import `@emotion/react/types/jsx-namespace` works as expected. In `v11.14.0` the import `@emotion/react/types/jsx-namespace` does not work. <img width="673" alt="Image" src="https://github.com/user-attachments/assets/7041cf64-cc0d-47c9-87f7-08734e9368db" /> **To reproduce:** https://codesandbox.io/p/sandbox/emotion-typescript-example-forked-dsrcnf If you change the version of `@emotion/react` to `v11.13.5` it works. PS: the issue might be related with the changes in #3284 **Expected behavior:** The import `@emotion/react/types/jsx-namespace` should work. **Environment information:** <!-- Provide the `react` and `@emotion/*` packages versions --> - `react` version: `17.0.2` - `@emotion/react` version: `11.14.0`