import React from 'react'; import type { ApacuanaConfig } from '../types'; interface WebViewLivenessProps { sessionId: string; onComplete: () => void; onError: (error: Error) => void; onCancel: () => void; config: ApacuanaConfig; } declare const WebViewLiveness: React.FC; export default WebViewLiveness; //# sourceMappingURL=WebViewLiveness.d.ts.map