///
import type { IEditorRef } from '../../editor/type';
import type { IEditorProps } from '../../grid';
import type { IWrapperEditorProps } from './type';
export declare const GridUserEditor: import("react").ForwardRefExoticComponent & import("react").RefAttributes>>;