import { ChangeDetectorRef } from "@angular/core"; import { MatBottomSheetRef } from "@angular/material/bottom-sheet"; import { MessageService, PrintService } from "smartstock-core"; import { TransferModel } from "../models/transfer.model"; import * as i0 from "@angular/core"; export declare class TransfersExportOptionsComponent { readonly bottomSheetRef: MatBottomSheetRef; private readonly printService; private readonly message; private readonly changeDet; private readonly data; isPrinting: boolean; constructor(bottomSheetRef: MatBottomSheetRef, printService: PrintService, message: MessageService, changeDet: ChangeDetectorRef, data: { transfer: TransferModel; }); private static getProduct; private static getPurchase; printTransfer(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }