import { VideoCaptureProcessingProps } from './VideoCaptureProcessing.types'; /** * Component displayed at the end of the VideoCapture process, used to display progress indicators for the processing * and uploading of video frames. */ export declare function VideoCaptureProcessing({ inspectionId, processedFrames, totalProcessingFrames, uploadedFrames, totalUploadingFrames, loading, onComplete, }: VideoCaptureProcessingProps): import("react").JSX.Element;