import { UseKeyBindingProps } from './types'; export declare function useKeyBinding(props: UseKeyBindingProps): void;