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