import type { ShellHotkeyBinding } from './types.js'; interface Props { value?: ShellHotkeyBinding | null; disabled?: boolean; conflictsWith?: string | null; oncapture?: (binding: ShellHotkeyBinding | null) => void; } declare const HotkeyInput: import("svelte").Component; type HotkeyInput = ReturnType; export default HotkeyInput; //# sourceMappingURL=HotkeyInput.svelte.d.ts.map