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