import type { CommandLinkItemProps } from "../types.js"; declare const CommandLinkItem: import("svelte").Component; type CommandLinkItem = ReturnType; export default CommandLinkItem;