// global.d.ts import React from 'react'; declare global { namespace JSX { type Element = React.JSX.Element; // Extend other JSX types if needed } }