/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PropType } from 'vue'; /** * @hidden */ declare const PDFExport: import('vue').DefineComponent; avoidLinks: PropType; forcePageBreak: PropType; keepTogether: PropType; creator: PropType; date: PropType; imageResolution: PropType; fileName: PropType; forceProxy: PropType; keywords: PropType; landscape: PropType; margin: PropType; pageTemplate: PropType; paperSize: PropType; repeatHeaders: PropType; scale: PropType; proxyData: PropType<{ [key: string]: string; }>; proxyURL: PropType; proxyTarget: PropType; producer: PropType; subject: PropType; title: PropType; }>, {}, {}, {}, { save(callback?: () => void): void; }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; avoidLinks: PropType; forcePageBreak: PropType; keepTogether: PropType; creator: PropType; date: PropType; imageResolution: PropType; fileName: PropType; forceProxy: PropType; keywords: PropType; landscape: PropType; margin: PropType; pageTemplate: PropType; paperSize: PropType; repeatHeaders: PropType; scale: PropType; proxyData: PropType<{ [key: string]: string; }>; proxyURL: PropType; proxyTarget: PropType; producer: PropType; subject: PropType; title: PropType; }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { PDFExport };