import { CellReadOnlyEditorProps, ObjectForExtending } from '../types'; export declare const CellReadOnlyEditor: (props: CellReadOnlyEditorProps) => import("react/jsx-runtime").JSX.Element;