import type { HtmlPreviewMode } from '../types.js';
export declare function renderHtmlPreview(content: string, mode: HtmlPreviewMode): {
    html: string;
    notice?: string;
};
