interface Options { hideOriginal: Boolean; } export default function renderHTML(options: Options): any; export {};