/** Escape HTML for safe text injection (aligned with @ant-design/x-markdown). */
export declare function escapeHtml(html: string, encode?: boolean): string;
