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