import { HotkeyInputProps } from "./type.mjs";
import { HotkeyInput } from "./HotkeyInput.mjs";
export { HotkeyInputProps, HotkeyInput as default };