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