**TypeScript Version:** 3.4.0 **Search Terms:** slow styled-components **Code** ```ts import styled from "styled-components"; declare const arr: TemplateStringsArray; const k = styled.div(arr); ``` **Expected behavior:** Type instantiation count < ~10k, check time < 0.1s **Actual behavior:** Instantiation count ~47k, check time ~2.5s