import { IPDFPage } from "../types"; export declare const Document: (props: IPDFPage) => import("react/jsx-runtime").JSX.Element;