export declare const transformInvalidNestedLists: (html: HTMLElement) => void; export declare function htmlToJson(htmlValue: any, allowExtraTags?: any, config?: any): any; export declare function jsonToHtml(slateDoc: any): any;