import type { ICellValueEditor } from '../cell-value-editor/type'; export declare const CellEditorWrap: (props: ICellValueEditor) => import("react/jsx-runtime").JSX.Element;