import { ExportPdfOptions } from '../extensions/ExportPdf'; import { Editor } from '@tiptap/core'; export declare function printEditorContent(editor: Editor, exportPdfOptions: ExportPdfOptions): boolean;