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