export class HTMLElementEditor extends TypeEditor<any> {
    constructor();
    build(parent: any, field: any, registry: any): View<HTMLElement>;
}
import { TypeEditor } from "../TypeEditor.js";
import View from "../../../../src/view/View.js";
//# sourceMappingURL=HTMLElementEditor.d.ts.map