export interface PaymentOptionProps { label: string; isSelected: boolean; icon?: string; onSelect: () => void; }