import SavedCardInstallments from './installments'; import { InstallmentSectionProps } from '../types'; export const InstallmentSection = ({ title, installmentOptions, translations, errors }: InstallmentSectionProps) => (