export declare const commandSetup: import("../../core").CommandDef<{
  readonly component: {
    readonly type: "string";
    readonly message: "component name";
    readonly positional: true;
    readonly required: false;
  };
}>;