import type { ForwardRefRenderFunction } from 'react'; import type { ICellEditor, IEditorRef } from '../type'; export declare const NumberEditorBase: ForwardRefRenderFunction, ICellEditor & { placeholder?: string; saveOnChange?: boolean; }>; export declare const NumberEditor: import("react").ForwardRefExoticComponent & { placeholder?: string | undefined; saveOnChange?: boolean | undefined; } & import("react").RefAttributes>>;