import { FocusTable, FocusType } from '../engine/modules/editor/state'; export declare function isFocus(focusTable: FocusTable | null, focusType: FocusType, tableId: string, columnId?: string | null): boolean; export declare const isSelectColumn: (focusTable: FocusTable | null, tableId: string, columnId: string) => boolean; export declare function isEdit(focusTable: FocusTable | null, focusType: FocusType, tableId: string, columnId?: string | null): boolean; export declare function lastCursorFocus(input: HTMLInputElement): void;