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