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