import 'react' declare module 'react' { interface HTMLProps { jsx?: boolean global?: boolean } } declare module 'react' { interface StyleHTMLAttributes extends React.HTMLAttributes { jsx?: boolean global?: boolean } }