import { Platform } from '@angular/cdk/platform'; import { AfterViewInit, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; /** * 使用Paged.js打印 */ export declare class NzxPrintComponent implements OnInit, AfterViewInit { private platform; private document; printTitle: string; /** * a4 794px1123px */ width: number; height: number; enablePreview: boolean; identifierStr: string | string[]; pagedCDN: string; private containerRef; private _printEl; private iframeEl; private _title; private afterPrint; private beforePrint; constructor(platform: Platform, document: Document); ngOnInit(): void; ngAfterViewInit(): void; print(): void; refresh(): void; private render; private getTemplateStr; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }