export interface PaymentMethodHeaderPropsInterface { //todo id: string; value: string; name: string; label: string; icon: string; items?: any[]; }