declare const html: (strings: any, ...props: any[]) => string; declare const css: (strings: any, ...props: any[]) => string; export { html, css };