What is equivalent of `JSX.IntrinsicElements`?

I have crafted a library for next.js themes. Recently, I found this error here.

The latest version of Typescript 5.7.2 complains – TS2503: Cannot find namespace 'JSX'. What is the equivalent of JSX.IntrinsicElements that can be used to set the type of HTML Tags in React components?