import { Style } from './core'; import { StyleSheet } from './sheet'; import './polyfills/css-escape'; export declare function render(html: string, StyleSheetCls: typeof StyleSheet, StyleCls: typeof Style): { stylesCss: string; colorsCss: string; colorsMetaContent: string; html: string; };