import type { DatagridPluginElement, EditMode } from "../types.js"; export declare const EDIT_MODES: readonly EditMode[]; export declare function toggle_edit_mode(this: DatagridPluginElement, mode?: EditMode): void; export declare function toggle_scroll_lock(this: DatagridPluginElement, force?: boolean): void;