import React from 'react';
import { PDFViewerProps } from "./types/PDFViewerTypes";
export declare const PdfViewer: React.FunctionComponent<PDFViewerProps>;
