import { default as hljs } from 'highlight.js/lib/core'; export declare function renderMarkdown(content: string): string; export { hljs };