import { PaymentMethodsResponse } from './core/types';
/**
 * Find payment method in JSON response or \paymentMethods API
 */
export declare function find(paymentMethods: PaymentMethodsResponse, typeName: string): import("./core/types").PaymentMethod | undefined;
export declare const UNSUPPORTED_PAYMENT_METHODS: string[];
export declare const ADDRESS_COMPONENTS: string[];
export declare const NATIVE_COMPONENTS: string[];
//# sourceMappingURL=ComponentMap.d.ts.map