import { type UseWalletUiAuthOptions, type WalletUiAuthState } from './wallet-ui-auth-types'; export declare function useWalletUiAuth({ wallet }: UseWalletUiAuthOptions): WalletUiAuthState; export { type UseWalletUiAuthOptions, WalletUiAuthError, type WalletUiAuthMethod, type WalletUiAuthResult, type WalletUiAuthSignInOptions, type WalletUiAuthState, type WalletUiAuthUnavailableReason, } from './wallet-ui-auth-types'; //# sourceMappingURL=use-wallet-ui-auth.d.ts.map