/// <reference types="react" />
import type { HotkeyProps } from './type';
declare const Hotkey: import("react").NamedExoticComponent<HotkeyProps>;
export default Hotkey;
