import type { TCheckoutSessionExpanded } from '@blocklet/payment-types'; type Props = { checkoutSession: TCheckoutSessionExpanded; }; export default function PaymentHeader({ checkoutSession }: Props): import("react").JSX.Element; export {};