/// import '../index.css'; import '../xcode.css'; export declare const App: ({ basePath, requestConfig, dataKey, }: { basePath: string; requestConfig?: RequestInit | undefined; dataKey?: string | undefined; }) => JSX.Element;