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