import { NativeModule } from 'react-native';
import { PaymentMethod, PaymentMethodsResponse } from '../core/types';
import { AdyenActionComponent } from '../core/AdyenNativeModules';
/**
 * Get native component capable of handling provided payment method type.
 */
export declare function getWrapper(typeName: string, paymentMethods: PaymentMethodsResponse): {
    nativeComponent: AdyenActionComponent & NativeModule;
    paymentMethod?: PaymentMethod;
};
//# sourceMappingURL=getWrapper.d.ts.map