import { ShortcutSettings } from './types';
/**
 * Default keyboard shortcuts
 */
export declare const defaultShortcuts: ShortcutSettings;
