import { TextEditor } from '../textEditor'; export declare const EDITOR_TYPE = "numeric"; /** * @private * @class NumericEditor */ export declare class NumericEditor extends TextEditor { /** * Returns the unique editor type identifier for the numeric editor. */ static get EDITOR_TYPE(): string; }