This is not possible. TypeScript variables are evaluated during runtime. SCSS compiles to CSS during compile time.
The only thing that you can do is use your TypeScript variables and append classes to your DOM depending on the variable value. But that is a completely different approach.