/// import { type PdfViewerPageProps } from './types'; export declare const PDFPage: (props: PdfViewerPageProps) => JSX.Element;