declare const cssProcessor: (style: string, html: string) => Promise; export { cssProcessor };