//@filename: file.tsx //@jsx: preserve declare module JSX { interface Element { } interface IntrinsicElements { [x: string]: any; } } // OK
; // OK ;