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