import { Command as CommandPrimitive } from "bits-ui";
declare const CommandLinkItem: import("svelte").Component<CommandPrimitive.LinkItemProps, {}, "ref">;
type CommandLinkItem = ReturnType<typeof CommandLinkItem>;
export default CommandLinkItem;
