/**
 * Utility function to clean HTML output from Lexical editor
 * Removes editor-specific CSS classes and inline styles to produce clean HTML
 */
export declare function cleanHtml(html: string): string;
