import { AfterViewInit, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; /** * 常规打印 */ export declare class NzxPrintDirective implements OnInit, AfterViewInit { printEl: HTMLElement | string | undefined; printTitle: string | undefined; identifierStr: string | string[]; private _printEl; ngOnInit(): void; ngAfterViewInit(): void; private print; private getElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }