=== tests/cases/compiler/consumer.tsx === /// import Test from 'Test'; >Test : typeof Test let x = Test; // emit test_1.default >x : typeof Test >Test : typeof Test ; // ? > : any >anything : any >attr : any >Test : typeof Test === tests/cases/compiler/component.d.ts === declare module "Test" { export default class Text { } >Text : Text }