import { OxGristEditor } from './ox-grist-editor.js'; export declare class OxGristEditorNumber extends OxGristEditor { get inlineEditable(): boolean; formatFromEditor(value: any): number | null; get editorTemplate(): import("lit-html").TemplateResult<1>; }