import { FC } from 'react';

interface Props {
    pageNum?: number;
}
declare const PDFSinglePage: FC<Props>;
export default PDFSinglePage;
