export class MinMaxEditor extends AbstractEditor { register(): void; unregister(): void; build(): void; header: any; label: any; description: any; infoButton: any; input: HTMLInputElement; control: any; value: { [x: string]: any; }; destroy(): void; } import { AbstractEditor } from "@json-editor/json-editor/src/editor.js"; //# sourceMappingURL=minmax.d.ts.map