import * as React from 'react'; import { WalletSession } from '@whop/embedded-components-vanilla-js/types'; declare function useWalletSessionRef(): React.RefObject<{ walletSession: WalletSession | null; } | null>; export { useWalletSessionRef };