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