import React from 'react'; import { type WalletUiAuthProps } from './wallet-ui-auth-types'; export declare function WalletUiAuth({ children, wallet }: WalletUiAuthProps): string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | React.JSX.Element | null | undefined; //# sourceMappingURL=wallet-ui-auth.d.ts.map