/// //@Filename: file.tsx //// declare module JSX { //// interface Element { } //// interface IntrinsicElements { //// } //// interface ElementAttributesProperty { props; } //// } //// class MyComp { props: { ONE: string; TWO: number } } //// var x = ; verify.completions({ marker: "", exact: ["ONE", "TWO"] });