/**----------------------------------------------------------------------------------------- * Copyright © 2025 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"; /** * The directive allows customizing the PDF page template for the Grid. * Place an `` with the `kendoGridPDFTemplate` directive inside the `` tag. * * The template context provides: * - `pageNumber`—The current PDF page number. * - `totalPages`—The total number of PDF pages. * * @example * ```html * * ... * * * Page {{ pageNumber }} of {{ totalPages }} * * * * ``` */ export declare class PDFTemplateDirective extends PDFExportTemplateDirective { constructor(templateRef: TemplateRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }