<!-- * Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted! * If you're issue is regarding one of the query APIs (`getByText` `getByLabelText`, etc), then please file it on the `dom-testing-library` repository instead. If you file it here it will be closed. Thanks :) * Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file). We'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request --> * `react-testing-library` version: 3.0.1 * `react` version: 16.3.2 * `node` version: 8.11.1 * `npm` version: 5.6.0 * `TypeScript` version: 2.8.3 It seems like there is a problem with the typings for TypeScript. If I'm import the library and try to compile TypeScript fails. ```ts import { } from 'react-testing-library'; ``` ``` /home/node/app/client/node_modules/react-testing-library/typings/index.d.ts (6,21): A type literal property cannot have an initializer. ```