namespace JSX {
    type Element = string;
    interface ElementChildrenAttribute {
      children: any;
    }