declare const _default: { type: string; format: string; func: typeof UploadEditor; loaderElement: Element; }[]; export default _default; declare class UploadEditor extends AbstractEditor { register(): void; unregister(): void; build(): void; header: any; label: any; description: any; infoButton: any; value: string; input: HTMLDivElement; control: any; destroy(): void; } import { AbstractEditor } from "@json-editor/json-editor/src/editor.js"; //# sourceMappingURL=custom-editor-interface.d.ts.map