import React from 'react'; type ViewerProps = { documentId: string; documentUrl: string; workerSrc: string; }; export declare const Viewer: React.FC; export {};