declare type OmnipayProps = { color: string; env: 'dev' | 'prod'; publicKey: string; phoneNumber?: string; customerRef?: string; userRef?: string; amount: number; sessionId: string; orderId: string; onClose?: () => void; onPaymentLinkingSuccessful?: () => void; }; export declare const PaymentLinking: ({ color, env, publicKey, phoneNumber, customerRef, userRef, amount, sessionId, orderId, onClose, onPaymentLinkingSuccessful, }: OmnipayProps) => JSX.Element; export {}; //# sourceMappingURL=PaymentLinking.d.ts.map