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