declare namespace JSX { type Element = any; type ElementClass = any; interface IntrinsicElements { [elemName: string]: any; } }