import { Renderer } from '../types';
export declare const htmlRender: Renderer<string>;
