/** * This is a hacky helper to allow syntax highlighting to work in the template literals. (`renderer` function in inferencers) * Additionally, it parses expressions like jsx does. */ export declare const jsx: (strings: TemplateStringsArray, ...expressions: unknown[]) => string; //# sourceMappingURL=index.d.ts.map