/** Split a shortcut chord into the labels rendered on individual keycaps. */ export declare function shortcutKeyLabels(shortcut: string): string[]; //# sourceMappingURL=shortcut-key.d.ts.map