import { Charge } from '../../../types/index.js'; export interface SourceIconsProps { payment?: Partial; card?: { last_four: string; }; isTextShown?: boolean; firstIcon?: string; }