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