import { DependencyList } from "react"; export declare const useShortcut: (key: string | string[], callback: (e: KeyboardEvent) => void, deps?: DependencyList) => void; //# sourceMappingURL=shortcut.d.ts.map