/** * Render a markdown string to sanitized HTML. Returns `''` for * empty input so the caller can use the result in a `v-html` v-if * without a separate guard. */ export declare function renderMarkdown(src: string): string;