import type { GridKeyEventArgs } from "../data-grid/data-grid-types"; export declare function isHotkey(hotkey: string, args: GridKeyEventArgs): boolean; //# sourceMappingURL=is-hotkey.d.ts.map