import { type ReactNode } from "react"; import type { PrintDocumentType } from "./types.js"; type PrintRootProps = { children: ReactNode; documentType?: PrintDocumentType; }; export declare const PrintRoot: import("react").ForwardRefExoticComponent>; export {}; //# sourceMappingURL=printRoot.d.ts.map