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