import type { HostComponent, ViewProps } from 'react-native'; import { PaymentMethodMessagingElementAppearance, PaymentMethodMessagingElementConfiguration } from '../types/components/PaymentMethodMessagingElementComponent'; import { UnsafeMixed } from './utils'; export interface NativeProps extends ViewProps { appearance?: UnsafeMixed; configuration: UnsafeMixed; } type ComponentType = HostComponent; declare const _default: ComponentType; export default _default; //# sourceMappingURL=NativePaymentMethodMessagingElement.d.ts.map