// @jsx: preserve declare namespace JSX { interface IntrinsicElements { 'this:b': any; 'b:c': { x: any }; 'a:b': any; } } ; ; ;