import { type WithElementRef } from "../../../utils.js";
import type { HTMLAttributes } from "svelte/elements";
declare const CommandShortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">;
type CommandShortcut = ReturnType<typeof CommandShortcut>;
export default CommandShortcut;
