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