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