type $$ComponentProps = { open?: boolean; }; declare const KeyboardShortcuts: import("svelte").Component<$$ComponentProps, {}, "open">; type KeyboardShortcuts = ReturnType; export default KeyboardShortcuts;