import { Editor } from "../interface"; export declare function convertFragmentClass(editor: Editor, fragment: DocumentFragment): void; export declare function htmlToFragment(html: string): DocumentFragment; export declare function fragmentToHtml(fragment: DocumentFragment): string; export declare function convertHtmlClass(editor: Editor, html: string): string; export declare function isOneImageOnlyHtml(html: string): boolean;