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