//@filename: file.tsx //@jsx: preserve declare module JSX { interface Element { } } interface Obj1 { new(n: string): {}; } var obj1: Obj1; ; // OK