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