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