export interface Shortcut { key: string; label: string; } export declare function shortcuts(items: Shortcut[]): string; export declare const DEV_SHORTCUTS: Shortcut[]; export declare function devShortcuts(): string; export declare function shortcutsBlock(items: Shortcut[], header?: string): string; //# sourceMappingURL=shortcuts.d.ts.map