import type { GridApi } from 'ag-grid-community'; export declare const editorPrefixClass: (val?: string | undefined) => string; export declare function navigateCell(params: { api: GridApi; event: KeyboardEvent; onKeyDown?: (e: KeyboardEvent) => void; }): void;