import { OnInit, AfterViewInit } from '@angular/core'; import { MatDialogRef } from "@angular/material/dialog"; import { MatDialog } from "@angular/material/dialog"; import ODataStore from "devextreme/data/odata/store"; import "devextreme/ui/validation_engine"; import { MobiCloudDataService } from "mobicloud-core/api"; import * as i0 from "@angular/core"; export declare class PrintDialog implements OnInit, AfterViewInit { dialogRef: MatDialogRef; data: any; cloudDataService: MobiCloudDataService; private matDialog; showLoadIndicator: boolean | undefined; printer_store: ODataStore | undefined; selectedPrinterId: string | undefined; constructor(dialogRef: MatDialogRef, data: any, cloudDataService: MobiCloudDataService, matDialog: MatDialog); ngOnInit(): void; createPrinterStore(): Promise; ngAfterViewInit(): void; onClose(): void; onCancelClick(): void; onCancel(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=print-dialog.component.d.ts.map