export declare function html(strings: TemplateStringsArray, ...values: any[]): <HResult>(Renderer: (...args: any[]) => HResult) => HResult;
export declare const jsx: typeof html;
