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