import { AfterViewInit, ChangeDetectorRef, DestroyRef } from "@angular/core"; import { FormGroup } from "@angular/forms"; import { LiveGridOptions } from "codefoxlivegrid"; import { CfDialogService } from "codefoxui"; import { ElectronService } from "../../services/electron.service"; import { ElectronHardwareInfo } from "../../interfaces/electron.interfaces"; import { ErpService } from "../../services/erp.service"; import * as i0 from "@angular/core"; export declare class WorkstationSetComponent implements AfterViewInit { cdr: ChangeDetectorRef; electronService: ElectronService; erpService: ErpService; dialogService: CfDialogService; destroyRef: DestroyRef; formGroup: FormGroup; electronIpcMessageHardwareInfo: ElectronHardwareInfo | null; workstationLiveGridOptions: LiveGridOptions; delete(workstationId: number): void; setWorkstation(): void; close(): void; ngAfterViewInit(): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }