import { KeyboardShortcut } from '../types'; export declare function useKeyboardShortcuts(shortcuts: KeyboardShortcut[], enabled: boolean): void;