import React from 'react'; import { partAttrs } from '@akinon/pz-theme/src/utils/part-styles'; export type PaymentHeaderProps = { title: string; }; const PaymentHeader = ({ title }: PaymentHeaderProps) => { return (