import { Command as CommandPrimitive } from "bits-ui"; declare const Command: import("svelte").Component; type Command = ReturnType; export default Command;