import { type UseWalletUiAuthOptions, type WalletUiAuthState } from './wallet-ui-auth-types'; export interface UseWalletUiAuthNativeOptions extends UseWalletUiAuthOptions { enabled?: boolean; } export declare function useWalletUiAuthNative({ enabled, wallet }: UseWalletUiAuthNativeOptions): WalletUiAuthState; //# sourceMappingURL=use-wallet-ui-auth-native.d.ts.map