/**
* The below code is inspired by the css function in styled components
* https://github.com/styled-components/styled-components/blob/master/packages/styled-components/src/types.js
*/exportdefault function evaluateInner(styles: TemplateStringsArray, ...interpolations: any[]): string;