/**
 * @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<import('vue').ExtractPropTypes<{
    author: PropType<string>;
    avoidLinks: PropType<string | boolean>;
    forcePageBreak: PropType<string>;
    keepTogether: PropType<string>;
    creator: PropType<string>;
    date: PropType<Date>;
    imageResolution: PropType<number>;
    fileName: PropType<string>;
    forceProxy: PropType<boolean>;
    keywords: PropType<string>;
    landscape: PropType<boolean>;
    margin: PropType<string | number | import('@progress/kendo-drawing/pdf').PageMargin>;
    pageTemplate: PropType<any>;
    paperSize: PropType<import('@progress/kendo-drawing/pdf').PaperSize>;
    repeatHeaders: PropType<boolean>;
    scale: PropType<number>;
    proxyData: PropType<{
        [key: string]: string;
    }>;
    proxyURL: PropType<string>;
    proxyTarget: PropType<string>;
    producer: PropType<string>;
    subject: PropType<string>;
    title: PropType<string>;
}>, {}, {}, {}, {
    save(callback?: () => void): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
    author: PropType<string>;
    avoidLinks: PropType<string | boolean>;
    forcePageBreak: PropType<string>;
    keepTogether: PropType<string>;
    creator: PropType<string>;
    date: PropType<Date>;
    imageResolution: PropType<number>;
    fileName: PropType<string>;
    forceProxy: PropType<boolean>;
    keywords: PropType<string>;
    landscape: PropType<boolean>;
    margin: PropType<string | number | import('@progress/kendo-drawing/pdf').PageMargin>;
    pageTemplate: PropType<any>;
    paperSize: PropType<import('@progress/kendo-drawing/pdf').PaperSize>;
    repeatHeaders: PropType<boolean>;
    scale: PropType<number>;
    proxyData: PropType<{
        [key: string]: string;
    }>;
    proxyURL: PropType<string>;
    proxyTarget: PropType<string>;
    producer: PropType<string>;
    subject: PropType<string>;
    title: PropType<string>;
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { PDFExport };
