import type { TrackEventData } from '../../hooks/track/useTrack';
import type { FunkitActiveCheckoutItem } from '../../providers/FunkitCheckoutContext';
import type { FeeItem } from './PaymentFeesSummary';
export declare const trackEventFromPaymentFeesSummary: (checkoutItem: FunkitActiveCheckoutItem, feeItems: FeeItem[], isWithdrawal: boolean) => TrackEventData;
