export interface BindKeybindingsProps { command: string; keybinding: string[]; when: string; source: string; run: any; } export declare const BindKeybindings: (props: BindKeybindingsProps) => any;