/** * Converts old format HTML (with CSS classes) to new format HTML (with inline styles) */ export declare function convertOldToNewFormat(oldHtml: string): string;