import { Grid } from '../../grid'; export declare function beforeKeyDownHandler(grid: Grid): (e: Event) => void;