declare type OmnipayProps = { color: string; env: 'dev' | 'prod'; preAuthKey: string; onVerificationSuccessful: (faceAuthToken: string) => void; }; export declare const FaceVerification: ({ color, env, preAuthKey, onVerificationSuccessful, }: OmnipayProps) => JSX.Element; export {}; //# sourceMappingURL=FaceVerification.d.ts.map