import { WalletSessionOptions, WalletSession as WalletSession$1 } from '@whop/embedded-components-vanilla-js/types'; import React__default, { PropsWithChildren } from 'react'; declare function WalletSession({ children, token, companyId, currency, ref, }: PropsWithChildren; }>): React__default.JSX.Element; declare function useWalletSession(): WalletSession$1 | null; export { WalletSession, useWalletSession };