import type { CommandListProps } from "../types.js";
declare const CommandList: import("svelte").Component<CommandListProps, {}, "ref">;
type CommandList = ReturnType<typeof CommandList>;
export default CommandList;
