import React from "react"; export declare function SetApiKey({ baseUrl, onComplete, onCancel }: { nickname?: string; baseUrl: string; onComplete: (apiKey: string) => any; onCancel: () => any; }): React.JSX.Element;