import { FC } from 'react';

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