import * as React from 'react'; export type KeybindingEditorProps = { keybindings: any; setSearch: (value: any, isSameKey: any) => void; contextMenuData: any; }; export declare const KeybindingEditorComponent: (props: KeybindingEditorProps) => React.JSX.Element;