export function parseHtmlStateWithStyle(html: any): string;
export function parseHtmlForExportToWord(html: any): any;
export function htmlWithoutSpaces(html: any): string;
export function ensureUniqueTableIds(htmlString: any): string;
export function generateUniqueTableGroupId(): string;
export function indexTablesById(htmlString: any): string;
export function addTableCaptions(htmlString: any, styleConfig: any): any;
export function repairTables(htmlString: any): string;
export function removePTagInsideH1FromString(htmlString: any): string;
export function transformHeadings(htmlString: any): string;
export function alternateTableRowColors(html: any, oddRowColor?: string, evenRowColor?: string): string;
export function PastingData(editor: any, enableCaptions: any, styleConfig: any, showPagination: any): void;