import React from "react"; import type { ConfigureAppProps } from "./types.js"; export declare function ConfigureApp({ config, mcpConfig, mcpManager, skills, onExit, }: ConfigureAppProps): React.JSX.Element;