import type { HTMLAttributes } from "svelte/elements";
import { type WithElementRef } from "bits-ui";
declare const DropdownMenuShortcut: import("svelte").Component>, {}, "ref">;
type DropdownMenuShortcut = ReturnType;
export default DropdownMenuShortcut;