import * as React from "react"; import { type DataEditorProps, type DataEditorRef } from "./data-editor/data-editor.js"; import type { ImageWindowLoader } from "./internal/data-grid/image-window-loader-interface.js"; export interface DataEditorAllProps extends Omit { imageWindowLoader?: ImageWindowLoader; } export declare const DataEditorAll: React.ForwardRefExoticComponent>; //# sourceMappingURL=data-editor-all.d.ts.map