export interface PaymentMethodHeaderPropsInterface { label: string; iconSrc: string; iconAlt: string; providerLogoSrc?: string; }