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