import { HotkeyInputProps } from "./type.mjs";
import * as react68 from "react";

//#region src/HotkeyInput/HotkeyInput.d.ts
declare const HotkeyInput: react68.NamedExoticComponent<HotkeyInputProps>;
//#endregion
export { HotkeyInput };
//# sourceMappingURL=HotkeyInput.d.mts.map