interface ConfigureEmptyStateProps { onConfigureClick: () => void; /** * True when the hosted inspector's managed key cannot be used because the * selected MCP server is on localhost. The managed key streams chat through * our backend, which runs server-side and cannot reach a server on the * user's machine — so we ask them to bring their own key and explain why. * Never set on the local inspector, where BYOK is the normal flow anyway. */ managedKeyUnavailable?: boolean; } export declare function ConfigureEmptyState({ onConfigureClick, managedKeyUnavailable, }: ConfigureEmptyStateProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ConfigureEmptyState.d.ts.map