import { OxGristEditor } from './ox-grist-editor.js'; export declare class OxGristEditorVarname extends OxGristEditor { get inlineEditable(): boolean; get editorTemplate(): import("lit-html").TemplateResult<1>; handleInput(event: KeyboardEvent): void; }