declare namespace JSX { interface Element extends HTMLElement {} interface IntrinsicElements { [elemName: string]: any; } }