// Definitions by: @types/styled-jsx import 'react' export * from './server' export * from './css' declare module 'react' { interface StyleHTMLAttributes extends HTMLAttributes { jsx?: boolean global?: boolean } }