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