/** * 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 */ export default function evaluateInner(styles: TemplateStringsArray, ...interpolations: any[]): string;