import { HotKey } from '../types';
declare const backwardHotKey: (hotKey?: string | string[]) => HotKey;
export default backwardHotKey;
