declare const useKeyPress: (keys: string[], modifiers: false | "meta" | "shift" | "alt" | "ctrl" | undefined, callback: Function, nodes?: Node[]) => void; export default useKeyPress;