import { Editor } from "./Editor"; export declare class HTMLEditor extends Editor { options(): any; html(): string; html(_: string): this; } //# sourceMappingURL=HTMLEditor.d.ts.map