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