/**----------------------------------------------------------------------------------------- * Copyright © 2024 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import { PDFExportTemplateDirective } from '@progress/kendo-angular-pdf-export'; import * as i0 from "@angular/core"; /** * Represents the PDF page template of the TreeList that helps to customize the PDF pages. To define a page template, * nest an `` tag with the `kendoTreeListPDFTemplate` directive inside ``. * * The template context provides the following fields: * - `pageNumber`—Defines PDF page number. * - `totalPages`—Defines the total number of PDF pages. * * @example * ```html * * *
* Page {{ pageNum }} of {{ totalPages }} *
*
*
* ``` */ export declare class PDFTemplateDirective extends PDFExportTemplateDirective { constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }