import * as react_jsx_runtime from 'react/jsx-runtime'; type AppProps = { apiUrl?: string; ipfsGateway?: string; walletAPI?: any; i18n?: any; }; declare function App({ apiUrl, ipfsGateway, walletAPI, i18n }: AppProps): react_jsx_runtime.JSX.Element; export { App as default };