import { FC } from 'react';

declare const PDFPages: FC<{}>;
export default PDFPages;
