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