import type { ReactNode } from "react"; type PrintDocumentProps = { title?: string; subtitle?: string; children: ReactNode; }; export declare function PrintDocument({ children }: PrintDocumentProps): import("react").JSX.Element; export {}; //# sourceMappingURL=printDocument.d.ts.map