import * as React from 'react'; interface PDFWorkerProps { workerUrl: string; } export declare const PDFWorker: React.FC; export {};