import React from "react"; export declare const generatePdfDocument: (spec: any, file: string) => Promise<{ document: React.JSX.Element; fonts: { src: string; family: string; fontStyle?: string | undefined; fontWeight?: string | undefined; }[]; }>;