/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { savePDF } from '../savePDF'; import { PDFExportProps } from '../PDFExportProps'; import { PropType } from 'vue'; export interface TreeListPDFExportProps extends PDFExportProps { } /** * @hidden */ declare const TreeListPDFExport: 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(data?: any[], callback?: () => void): void; getSavePDF(): typeof savePDF; }, 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 { TreeListPDFExport };