import type { HotKeyModifier } from './types'; /** Get the modifier key symbol for a modifier */ export declare function getModifierKeySymbol(modifier: HotKeyModifier): string; /** Format the hotkey symbols for a hotkey */ export declare function formatHotkeySymbols(hotkey: string, modifier: HotKeyModifier[]): string[]; /** Get the hotkey label for a hotkey */ export declare function getKeyLabel(key: string): string; //# sourceMappingURL=formatHotkey.d.ts.map