import React from "react"; export default function App({ initialApiKey }: { initialApiKey?: string; }): React.JSX.Element;